Share via


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

See Also

Reference

TeamFoundationRequestInformation Class

Microsoft.TeamFoundation.Framework.Client Namespace