Click or drag to resize

LayoutMessageDefaultStrict Property

Gets or sets whether, by default, message editing is strict.

Namespace:  OBCOM.NetSwitchLib.Layouts
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public static bool DefaultStrict { get; set; }

Return Value

Type: Boolean
true if, by default, message editing is strict.
Remarks

If message editing is strict, any attempt to assign an invalid field value generates (throws) an exception. If message editing is not strict, certain invalid field values are permitted.

When a new message is created, it uses this global value to initialize its behavior. This default behavior can be changed on individual messages using the SetStrict method.

See Also