IServiceOperations<TClient>.Client Property

 

Gets a reference to the ServiceClient.

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

Syntax

TClient Client { get; }
property TClient Client {
    TClient get();
}
abstract Client : 'TClient with get
ReadOnly Property Client As TClient

Property Value

Type: TClient

A reference to the ServiceClient.

See Also

IServiceOperations<TClient> Interface
Microsoft.WindowsAzure.Common Namespace

Return to top