Share via


INetFwRule.RemoteAddresses Property

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)

Syntax

'Declaration
Property RemoteAddresses As String
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
Returns String.

.NET Framework Security

See Also

Reference

INetFwRule Interface

Microsoft.TeamFoundation.Build.Common Namespace