INetFwAuthorizedApplication Interface

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

'宣言
<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
Public property Enabled Gets or sets a flag indicating whether this interface is enabled.
Public property IpVersion Gets or sets the internet protocol version setting for this application.
Public property Name Gets or sets the friendly name of this application.
Public property ProcessImageFileName Gets or sets the process image file name for this application.
Public property RemoteAddresses Gets or sets the remote addresses from which the application can listen for traffic.
Public property Scope Gets or sets the network scope from which remote administration is allowed.

Top

See Also

Reference

Microsoft.TeamFoundation.Common Namespace