Share via


WebSiteProperties5.ManagedPipelineMode Property

Namespace:  VsWebSite100
Assembly:  VsWebSite.Interop100 (in VsWebSite.Interop100.dll)

Syntax

'Declaration
Property ManagedPipelineMode As _IISManagedPipelineMode
_IISManagedPipelineMode ManagedPipelineMode { get; set; }
property _IISManagedPipelineMode ManagedPipelineMode {
    _IISManagedPipelineMode get ();
    void set (_IISManagedPipelineMode value);
}
abstract ManagedPipelineMode : _IISManagedPipelineMode with get, set
function get ManagedPipelineMode () : _IISManagedPipelineMode 
function set ManagedPipelineMode (value : _IISManagedPipelineMode)

Property Value

Type: VsWebSite100._IISManagedPipelineMode

.NET Framework Security

See Also

Reference

WebSiteProperties5 Interface

VsWebSite100 Namespace