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 | |
|---|---|---|
| .gif) | Count | Gets the number of items in this collection. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Add | Adds the specified application to this collection. | 
| .gif) | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | 
| .gif) | Item | Gets the item in this collection with the specified file name. | 
| .gif) | Remove | Removes the item in this collection with the specified file name. | 
Top