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 properties of an application that has been authorized to open ports in the firewall.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<GuidAttribute("B5E64FFA-C2C5-444E-A301-FB5E00018050")> _
Public Interface INetFwAuthorizedApplication
[GuidAttribute("B5E64FFA-C2C5-444E-A301-FB5E00018050")]
public interface INetFwAuthorizedApplication
[GuidAttribute(L"B5E64FFA-C2C5-444E-A301-FB5E00018050")]
public interface class INetFwAuthorizedApplication
[<GuidAttribute("B5E64FFA-C2C5-444E-A301-FB5E00018050")>]
type INetFwAuthorizedApplication = interface end
public interface INetFwAuthorizedApplication
The INetFwAuthorizedApplication type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Enabled | Gets or sets a flag indicating whether this interface is enabled. |
![]() |
IpVersion | Gets or sets the internet protocol version setting for this application. |
![]() |
Name | Gets or sets the friendly name of this application. |
![]() |
ProcessImageFileName | Gets or sets the process image file name for this application. |
![]() |
RemoteAddresses | Gets or sets the remote addresses from which the application can listen for traffic. |
![]() |
Scope | Gets or sets the network scope from which remote administration is allowed. |
Top