INetFwOpenPorts.Add Method
Adds the specified port to this collection
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Декларация
Sub Add ( _
port As INetFwOpenPort _
)
void Add(
INetFwOpenPort port
)
void Add(
[InAttribute] INetFwOpenPort^ port
)
abstract Add :
port:INetFwOpenPort -> unit
function Add(
port : INetFwOpenPort
)
Parameters
- port
Type: Microsoft.TeamFoundation.Common.INetFwOpenPort
An INetFwOpenPort object representing the port to add to this collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.