DisplayPropertyAttribute.DisplayPropertyName Property
Gets the name of the property to use for display in a designer.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayPropertyName As String
Get
public string DisplayPropertyName { get; }
public:
property String^ DisplayPropertyName {
String^ get ();
}
member DisplayPropertyName : string
function get DisplayPropertyName () : String
Property Value
Type: System.String
The name of the 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.