CloudTable.ServiceClient Property

Definition

Gets the CloudTableClient object that represents the Table service.

public Microsoft.Azure.Cosmos.Table.CloudTableClient ServiceClient { get; }
member this.ServiceClient : Microsoft.Azure.Cosmos.Table.CloudTableClient
Public ReadOnly Property ServiceClient As CloudTableClient

Property Value

A CloudTableClient object .

Applies to