WebSiteGetConfigurationResponse.ManagedPipelineMode Property
Optional. The managed pipeline mode.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public Nullable<ManagedPipelineMode> ManagedPipelineMode { get; set; }
public:
property Nullable<ManagedPipelineMode> ManagedPipelineMode {
Nullable<ManagedPipelineMode> get();
void set(Nullable<ManagedPipelineMode> value);
}
member ManagedPipelineMode : Nullable<ManagedPipelineMode> with get, set
Public Property ManagedPipelineMode As Nullable(Of ManagedPipelineMode)
Property Value
Type: System.Nullable<ManagedPipelineMode>
See Also
WebSiteGetConfigurationResponse Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top