Share via


PropertyIdentifier.Name Property

The property name.

Namespace:  Microsoft.Windows.Design.Model
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property Name As String
'Usage
Dim instance As PropertyIdentifier 
Dim value As String 

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

Property Value

Type: System.String
A string that represents the name of this property represented by this identifier.

Remarks

This will be either the supplied name or the name of the dependency property. It will never be nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PropertyIdentifier Class

PropertyIdentifier Members

Microsoft.Windows.Design.Model Namespace

Other Resources

WPF Designer Extensibility Architecture