Chameleon and Iguana Plugin C# Class Libraries

Engine.RejectBadSegmentGrammar Property

Sets the option to reject bad segment grammar in a parsed message.

[Visual Basic]
Public Property RejectBadSegmentGrammar As Boolean
[C#]
public bool RejectBadSegmentGrammar {set;}

Remarks

The default value is false.

When this flag is set the parser will check for the presence of compulsory fields in each segment and enforce other rules such as maximum field length.

This option can also be set in the Options screen of Chameleon.

See Also

Engine Class | iNTERFACEWARE.Chameleon Namespace