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)

Syntax

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

.NET Framework Security

See Also

Reference

INetFwService Interface

Microsoft.TeamFoundation.Common Namespace