This documentation is archived and is not being maintained.

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)

property int Port {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The host-ordered port number for this port.

Show: