This documentation is archived and is not being maintained.

INetFwAuthorizedApplication::RemoteAddresses Property

Gets or sets the remote addresses from which the application 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
An array of remote addresses from which the application can listen for traffic.

Show: