Share via


INetFwOpenPort.Port Property

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

See Also

Reference

INetFwOpenPort Interface

Microsoft.TeamFoundation.Common Namespace