INetFwOpenPorts Interface
Interface for a collection of open firewall ports.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<GuidAttribute("C0E9D7FA-E07E-430A-B19A-090CE82D92E2")> _
Public Interface INetFwOpenPorts _
Inherits IEnumerable
[GuidAttribute("C0E9D7FA-E07E-430A-B19A-090CE82D92E2")]
public interface INetFwOpenPorts : IEnumerable
[GuidAttribute(L"C0E9D7FA-E07E-430A-B19A-090CE82D92E2")]
public interface class INetFwOpenPorts : IEnumerable
[<GuidAttribute("C0E9D7FA-E07E-430A-B19A-090CE82D92E2")>]
type INetFwOpenPorts =
interface
interface IEnumerable
end
public interface INetFwOpenPorts extends IEnumerable
The INetFwOpenPorts 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 port to this collection | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
Item | ||
Remove | Removes the specified port from this collection. |
Top