This documentation is archived and is not being maintained.

INetFwService::RemoteAddresses Property

Gets or sets the array of addresses from which the port can listen for traffic.

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
The array of addresses from which the port can listen for traffic.

Show: