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
- 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.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace