Gets or sets the host-ordered port number for this port.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Property Port As Integer
int Port { get; set; }
property int Port {
    int get ();
    void set (int value);
}
abstract Port : int with get, set
function get Port () : int 
function set Port (value : int)
Property Value
Type: System.Int32
The host-ordered port number for this port.
.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.