INetFwRemoteAdminSettings Interface
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
'Декларация
<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 | |
---|---|---|
Enabled | Gets or sets a flag indicating whether remote administration is enabled. | |
IpVersion | Gets or sets the internet protocol version to use. | |
RemoteAddresses | Gets or sets the array of remote addresses from which remote administration is allowed. | |
Scope | Gets or sets the network scope from which remote administration is allowed. |
Top