When this property is true, if Confirm and Comment are also true, this property indicates that the user must enter a non-empty comment to be logged for the written value. This property is unused when either the Confirm or Comment properties are false.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool CommentRequired { get; set; }
Visual Basic
Public Property CommentRequired As Boolean
	Get
	Set
JScript
function get CommentRequired () : boolean
function set CommentRequired (value : boolean)

See Also