The list of predefined comments that are visualized in the AcknowledgeEditor

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public OperatorCommentCollection OperatorComments { get; }
Visual Basic
Public ReadOnly Property OperatorComments As OperatorCommentCollection
	Get
JScript
function get OperatorComments () : OperatorCommentCollection

Remarks

The list is initialized with the comments specified in the AwxViewControl.Comments.xml file and it is NOT serialized

See Also