INetFwService.GloballyOpenPorts Property

Gets the collection of globally open ports.

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

Syntax

'宣言
ReadOnly Property GloballyOpenPorts As INetFwOpenPorts
    Get
INetFwOpenPorts GloballyOpenPorts { get; }
property INetFwOpenPorts^ GloballyOpenPorts {
    INetFwOpenPorts^ get ();
}
abstract GloballyOpenPorts : INetFwOpenPorts
function get GloballyOpenPorts () : INetFwOpenPorts

Property Value

Type: Microsoft.TeamFoundation.Common.INetFwOpenPorts
A INetFwOpenPorts object containing the globally open ports.

.NET Framework Security

See Also

Reference

INetFwService Interface

Microsoft.TeamFoundation.Common Namespace