Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  VsWebSite90
Assembly:  VsWebSite.Interop90 (in VsWebSite.Interop90.dll)
Syntax
'Declaration
Property VsWebServerPort As UShort
'Usage
Dim instance As WebSiteProperties3 
Dim value As UShort 
value = instance.VsWebServerPort
instance.VsWebServerPort = value
ushort VsWebServerPort { get; set; }
property unsigned short VsWebServerPort {
    unsigned short get ();
    void set (unsigned short value);
}
function get VsWebServerPort () : ushort 
function set VsWebServerPort (value : ushort)
Property Value
Type: System.UInt16
Implements
WebSiteProperties2.VsWebServerPort
.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.