SiteConfigPropertiesDictionary.Use32BitWorkerProcess Property

Definition

Gets <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="use32BitWorkerProcess")]
public bool? Use32BitWorkerProcess { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="use32BitWorkerProcess")>]
member this.Use32BitWorkerProcess : Nullable<bool>
Public ReadOnly Property Use32BitWorkerProcess As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to