Click or drag to resize

UserMessageIsCompletion Property

Indicates whether the message is completion/success related. This is only relevant in UI v2 pages, to decide when to remove the message. Defaults to false.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool IsCompletion { get; set; }

Property Value

Type: Boolean
See Also