INetFwOpenPorts.Add Method

Adds the specified port to this collection

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

Syntax

'Declaration
Sub Add ( _
    port As INetFwOpenPort _
)
void Add(
    INetFwOpenPort port
)
void Add(
    [InAttribute] INetFwOpenPort^ port
)
abstract Add : 
        port:INetFwOpenPort -> unit
function Add(
    port : INetFwOpenPort
)

Parameters

.NET Framework Security

See Also

Reference

INetFwOpenPorts Interface

Microsoft.TeamFoundation.Common Namespace