Share via


WebSiteGetConfigurationResponse.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)

Syntax

public Nullable<bool> Use32BitWorkerProcess { get; set; }
public:
property Nullable<bool> Use32BitWorkerProcess {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member Use32BitWorkerProcess : Nullable<bool> with get, set
Public Property Use32BitWorkerProcess As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

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

See Also

WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top