CorrectableMessageCorrectionsAreChoices Property  | 
 
            Gets or sets a value indicating whether the contained corrections are choices (true), instead of steps (false). Choices are corrections which can have a 
            correction func while steps ( CorrectionsAreChoices is set to false). If CorrectionsAreChoices is set to false, the message can still have 
            corrections with their GoLocationFunc set to a value.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.MessageReporting
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic bool CorrectionsAreChoices { get; }Public ReadOnly Property CorrectionsAreChoices As Boolean
	Get
Property Value
Type: 
Boolean
See Also