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)

public:
property CloudClients^ Clients {
	static CloudClients^ get();
	private: static void set(CloudClients^ value);
}

Property Value

Type: Microsoft.WindowsAzure.Common::CloudClients^

The clients connected to the cloud service.

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.

Return to top
Show: