Share via


WebSiteProperties5.EnableVsWebServerDynamicPort Property

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

Syntax

'Declaration
Property EnableVsWebServerDynamicPort As Boolean
bool EnableVsWebServerDynamicPort { get; set; }
property bool EnableVsWebServerDynamicPort {
    bool get ();
    void set (bool value);
}
abstract EnableVsWebServerDynamicPort : bool with get, set
function get EnableVsWebServerDynamicPort () : boolean 
function set EnableVsWebServerDynamicPort (value : boolean)

Property Value

Type: Boolean

Implements

WebSiteProperties4.EnableVsWebServerDynamicPort

.NET Framework Security

See Also

Reference

WebSiteProperties5 Interface

EnableVsWebServerDynamicPort Overload

VsWebSite100 Namespace