PortGroup.IsOptional
 
 
 

PortGroup.IsOptional

Description

Returns a Boolean value indicating whether the object is optional (true) or not (false).

C# Syntax

Boolean PortGroup.IsOptional( Int32 in_port );

Scripting Syntax

PortGroup.IsOptional( [Port] );

Parameters

Parameter Type Description
Port Long Index of port to check

Default Value: -1 (search all ports)