Share via


KeyAttributePair<T>.Key Property

Gets the key for the current KeyAttributePair<T>.

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

Syntax

'Declaration
Public ReadOnly Property Key As String
    Get
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
member Key : string
function get Key () : String

Property Value

Type: System.String
The key for the current KeyAttributePair<T>.

.NET Framework Security

See Also

Reference

KeyAttributePair<T> Structure

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility