Share via


WebSiteProperties2.EnableVsWebServerDynamicPort Property

Namespace:  VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.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: System.Boolean

.NET Framework Security

See Also

Reference

WebSiteProperties2 Interface

VsWebSite Namespace