StorageDomainManager<TData>::TableClient Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

protected:
property CloudTableClient^ TableClient {
	[CompilerGeneratedAttribute]
	CloudTableClient^ get();
	[CompilerGeneratedAttribute]
	void set(CloudTableClient^ value);
}
Return to top
Show: