Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the array of remote addresses from which remote administration is allowed.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Property RemoteAddresses As String
Get
Set
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 remote administration is allowed.
.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.