CloudFile.ServiceClient Property (Microsoft.WindowsAzure.Storage.File)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudFile.ServiceClient Property
CloudFile::ServiceClient Property
CloudFile.ServiceClient Property
CloudFile.ServiceClient Property
Gets the CloudFileClient object that represents the File service.
Namespace:
Microsoft.WindowsAzure.Storage.File
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property CloudFileClient^ ServiceClient {
CloudFileClient^ get();
private: void set(CloudFileClient^ value);
}
Property Value
Type:
Microsoft.WindowsAzure.Storage.File.CloudFileClientMicrosoft.WindowsAzure.Storage.File::CloudFileClient^Microsoft.WindowsAzure.Storage.File.CloudFileClientMicrosoft.WindowsAzure.Storage.File.CloudFileClientA CloudFileClient object that specifies the File service endpoint.
Return to top
Gets the CloudFileClient object that represents the File service.
Syntax
C++
public: property CloudFileClient^ ServiceClient { CloudFileClient^ get(); private: void set(CloudFileClient^ value); }
Property Value
Type: Microsoft.WindowsAzure.Storage.File.CloudFileClientMicrosoft.WindowsAzure.Storage.File::CloudFileClient^Microsoft.WindowsAzure.Storage.File.CloudFileClientMicrosoft.WindowsAzure.Storage.File.CloudFileClientA CloudFileClient object that specifies the File service endpoint.