Share via


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

See Also

Reference

DisplayPropertyAttribute Class

Microsoft.Windows.Design Namespace