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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.