Patchable<T>.Value Property
Gets the patch value.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public T Value { get; }
public:
property T Value {
T get();
}
member Value : 'T with get
Public ReadOnly Property Value As T
Property Value
Type: T
See Also
Patchable<T> Class
Microsoft.WindowsAzure Namespace
Return to top