Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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