INetFwAuthorizedApplications Interface

Interface that provides access to a collection of applications authorized to open ports in the firewall.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
<GuidAttribute("644EFD52-CCF9-486C-97A2-39F352570B30")> _
Public Interface INetFwAuthorizedApplications _
    Inherits IEnumerable
[GuidAttribute("644EFD52-CCF9-486C-97A2-39F352570B30")]
public interface INetFwAuthorizedApplications : IEnumerable
[GuidAttribute(L"644EFD52-CCF9-486C-97A2-39F352570B30")]
public interface class INetFwAuthorizedApplications : IEnumerable
[<GuidAttribute("644EFD52-CCF9-486C-97A2-39F352570B30")>]
type INetFwAuthorizedApplications =  
    interface 
        interface IEnumerable 
    end
public interface INetFwAuthorizedApplications extends IEnumerable

The INetFwAuthorizedApplications type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items in this collection.

Top

Methods

  Name Description
Public method Add Adds the specified application to this collection.
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method Item Gets the item in this collection with the specified file name.
Public method Remove Removes the item in this collection with the specified file name.

Top

See Also

Reference

Microsoft.TeamFoundation.Common Namespace