INetFwOpenPort.BuiltIn Property

Checks whether the port is defined by the system.

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

Syntax

'Declaration
ReadOnly Property BuiltIn As Boolean
bool BuiltIn { get; }
property bool BuiltIn {
    bool get ();
}
abstract BuiltIn : bool with get
function get BuiltIn () : boolean

Property Value

Type: System.Boolean
True if the port is defined by the system; otherwise, false.

.NET Framework Security

See Also

Reference

INetFwOpenPort Interface

Microsoft.TeamFoundation.Common Namespace