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
- 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