DomainModel.DomainRolePlayerInfo.PropertyName Property

Gets the name of the property for this role.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'宣言
Public ReadOnly Property PropertyName As String
'使用
Dim instance As DomainModel..::.DomainRolePlayerInfo
Dim value As String

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
public function get PropertyName () : String

Property Value

Type: System.String

The name of the property for this role.

Permissions

See Also

Reference

DomainModel.DomainRolePlayerInfo Class

DomainModel.DomainRolePlayerInfo Members

Microsoft.VisualStudio.Modeling Namespace