WebSiteProperties2.VsWebServerPort Property
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
Property VsWebServerPort As UShort
ushort VsWebServerPort { get; set; }
property unsigned short VsWebServerPort {
unsigned short get ();
void set (unsigned short value);
}
abstract VsWebServerPort : uint16 with get, set
function get VsWebServerPort () : ushort
function set VsWebServerPort (value : ushort)
Property Value
Type: System.UInt16
.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.