Patchable<T>::Set Method (T)

 

Sets operation to SET and returns instance of the object.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
Patchable<T>^ Set(
	T value
)

Parameters

value
Type: T

Value to patch.

Return Value

Type: Microsoft.WindowsAzure::Patchable<T>^

Instance of the object.

Return to top
Show: