PortGroup.SupportsBranchGroup
 
 
 

PortGroup.SupportsBranchGroup

Introduced

v4.0

Description

Returns a Boolean value indicating whether the port group has ports that support branch and group connections (true) or not (false).

C# Syntax

Boolean PortGroup.SupportsBranchGroup( Int32 in_port );

Scripting Syntax

PortGroup.SupportsBranchGroup( [Port] );

Parameters

Parameter Type Description
Port Long Index of port to check

Default Value: -1 (search all ports)