Click or drag to resize
InnerNumberFirstApplication Field
The start of a first application-defined data value.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public const int FirstApplication = 1073741824

Field Value

Type: Int32
Remarks
Client code usually defines its own constants for the type numbers of its application-defined types, which must all be greater than or equal to this constant.
See Also