AssociationSetEnd.Role Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This property is going away, please use the Name property instead
Gets the name of the End
role for this AssociationSetEnd.
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
Property Value
The name of the End
role for this AssociationSetEnd.
- Attributes
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.