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