AssociationSetEnd.Role 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This property is going away, please use the Name property instead
获取此 AssociationSetEnd 的 End
角色的名称。
public:
property System::String ^ Role { System::String ^ get(); };
[System.Obsolete("This property is going away, please use the Name property instead")]
public string Role { get; }
[<System.Obsolete("This property is going away, please use the Name property instead")>]
member this.Role : string
Public ReadOnly Property Role As String
属性值
此 AssociationSetEnd 的 End
角色的名称。
- 属性