PortGroup.Flags

Description

Returns or sets the group connection flags for this group as a Long. This property is for future usage, currently no flags are implemented.

C# Syntax

// get accessor
Int32 rtn = PortGroup.Flags;
// set accessor
PortGroup.Flags = Int32;