WebSpacesGetResponse::CurrentNumberOfWorkers Property

 

Gets or sets the current number of workers.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property Nullable<int> CurrentNumberOfWorkers {
	Nullable<int> get();
	void set(Nullable<int> value);
}

Property Value

Type: System::Nullable<Int32>

The current number of workers.

Return to top
Show: