DomainRoleInfo.PropertyName Property

Gets the name of the accessor property for this role on the role player domain class.

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 DomainRoleInfo
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 accessor property for this role.

Permissions

See Also

Reference

DomainRoleInfo Class

DomainRoleInfo Members

Microsoft.VisualStudio.Modeling Namespace