This documentation is archived and is not being maintained.

INetFwRemoteAdminSettings::RemoteAddresses Property

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)

property String^ RemoteAddresses {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
An array of remote addresses from which remote administration is allowed.

Show: