WebSiteGetConfigurationResponse.NumberOfWorkers Property

Definition

Optional. The number of web workers allotted to the web site. If the web site mode is Free, this value is 1. If the web site mode is Shared, this value can range from 1 through 6. If the web site mode is Standard, this value can range from 1 through 10.

public int? NumberOfWorkers { get; set; }
member this.NumberOfWorkers : Nullable<int> with get, set
Public Property NumberOfWorkers As Nullable(Of Integer)

Property Value

Applies to