Interface that provides access to the settings that control remote administration.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<GuidAttribute("D4BECDDF-6F73-4A83-B832-9C66874CD20E")> _
Public Interface INetFwRemoteAdminSettings
[GuidAttribute("D4BECDDF-6F73-4A83-B832-9C66874CD20E")]
public interface INetFwRemoteAdminSettings
[GuidAttribute(L"D4BECDDF-6F73-4A83-B832-9C66874CD20E")]
public interface class INetFwRemoteAdminSettings
[<GuidAttribute("D4BECDDF-6F73-4A83-B832-9C66874CD20E")>]
type INetFwRemoteAdminSettings =  interface end
public interface INetFwRemoteAdminSettings
The INetFwRemoteAdminSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Enabled | Gets or sets a flag indicating whether remote administration is enabled. | 
| .gif) | IpVersion | Gets or sets the internet protocol version to use. | 
| .gif) | RemoteAddresses | Gets or sets the array of remote addresses from which remote administration is allowed. | 
| .gif) | Scope | Gets or sets the network scope from which remote administration is allowed. | 
Top