Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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