C#C++F#VB
CloudFileDirectory.ServiceClient PropertyCloudFileDirectory::ServiceClient PropertyCloudFileDirectory.ServiceClient PropertyCloudFileDirectory.ServiceClient Property
Gets a CloudFileClient object that specifies the endpoint for the File service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property CloudFileClient^ ServiceClient { CloudFileClient^ get(); private: void set(CloudFileClient^ value); }