When this property is true, if
Confirm is also true, this property indicates that the confirmation message
will provide the user with field to enter a comment to be logged for the written value.
This property is unused when the Confirm property is false.
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public bool Comment { get; set; } |
Visual Basic |
---|
Public Property Comment As Boolean
Get
Set |
JScript |
---|
function get Comment () : boolean
function set Comment (value : boolean) |
See Also