WebSiteUpdateConfigurationParameters.Use32BitWorkerProcess Property

 

Gets or sets whether 32-bit mode is enabled.

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

public Nullable<bool> Use32BitWorkerProcess { get; set; }

Property Value

Type: System.Nullable<Boolean>

true if 32-bit mode is enabled; otherwise, false.

Return to top
Show: