IServiceOperations<TClient>::Client Property

 

Gets a reference to the ServiceClient.

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

property TClient Client {
	TClient get();
}

Property Value

Type: TClient

A reference to the ServiceClient.

Return to top
Show: