Share via


DomainRoleAttribute.PropertyDisplayNameKey Property

Gets or sets the key for the Display Name property.

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

Syntax

'Declaration
Public Property PropertyDisplayNameKey As String
'Usage
Dim instance As DomainRoleAttribute 
Dim value As String 

value = instance.PropertyDisplayNameKey

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

Property Value

Type: System.String
The key for the Display Name property.

.NET Framework Security

See Also

Reference

DomainRoleAttribute Class

DomainRoleAttribute Members

Microsoft.VisualStudio.Modeling Namespace