IdentityWrapper<T>.Value Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the value for descendants.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Protected ReadOnly Property Value As T
'Usage
Dim value As T
value = Me.Value
protected T Value { get; }
protected:
property T Value {
T get ();
}
protected function get Value () : T
Property Value
Type: 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.Documents.Identities Namespace