Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets an array of remote addresses from which the port can listen for traffic.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Property RemoteAddresses As String
string RemoteAddresses { get; set; }
property String^ RemoteAddresses {
String^ get ();
void set (String^ value);
}
abstract RemoteAddresses : string with get, set
function get RemoteAddresses () : String
function set RemoteAddresses (value : String)
Property Value
Type: System.String
An array of remote addresses from which the port can listen for traffic.
.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.