KeyAttributePair<T>.Value Property
Gets the Attribute 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 Value As T
Get
public T Value { get; }
public:
property T Value {
T get ();
}
member Value : 'T
function get Value () : T
Property Value
Type: T
The Attribute 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