PropertyEntry.Identifier Property

When overridden in a derived class, gets an identifier that uniquely identifies this property type and name on the current platform.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Identifier As PropertyIdentifier
    Get
public abstract PropertyIdentifier Identifier { get; }
public:
virtual property PropertyIdentifier Identifier {
    PropertyIdentifier get () abstract;
}
abstract Identifier : PropertyIdentifier
abstract function get Identifier () : PropertyIdentifier

Property Value

Type: Microsoft.Windows.Design.Metadata.PropertyIdentifier
An identifier that uniquely identifies this property type and name on the current platform.

.NET Framework Security

See Also

Reference

PropertyEntry Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture