CloudContext.Clients Property
Gets an object that provides a collection of available clients.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public static CloudClients Clients { get; private set; }
public:
property CloudClients^ Clients {
static CloudClients^ get();
private: static void set(CloudClients^ value);
}
static member Clients : CloudClients with get, private set
Public Shared Property Clients As CloudClients
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsAzure.Common.CloudClients
The clients connected to the cloud service.
Remarks
The Microsoft.WindowsAzure namespace should be imported when used because CloudClients is intended to be the target of extension methods by the service client libraries.
See Also
CloudContext Class
Microsoft.WindowsAzure Namespace
Return to top