Initializing help system before first use

Flag Property

Get the flag property of the type. This flag is the bit encoded version of all the properties of the type. These properties may also be retrieved using has* methods of this class, but this property gives the full bit-encoded version of the type properties

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 5.0.2.0
Syntax
C#
public int Flag { get; }

Property Value

Type:  Int32
See Also