TeamFoundationRequestInformation.RemotePort Property
Gets the remote port.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property RemotePort As String
public string RemotePort { get; }
public:
property String^ RemotePort {
String^ get ();
}
member RemotePort : string with get
function get RemotePort () : String
Property Value
Type: System.String
The remote 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.