Returns a Boolean value indicating whether the object is optional (true) or not (false).
Boolean PortGroup.IsOptional( Int32 in_port ); |
PortGroup.IsOptional( [Port] ); |
Parameter | Type | Description |
---|---|---|
Port | Long | Index of port to check
Default Value: -1 (search all ports) |