WebSiteProperties3.EnableVsWebServerDynamicPort Property
Namespace: VsWebSite90
Assembly: VsWebSite.Interop90 (in VsWebSite.Interop90.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.