RVTDocs.com
Namespace: Autodesk.Revit.UI Class: TaskDialog

TaskDialog.VerificationText

Property
Description:
VerificationText is used to label the verification checkbox.
Remarks:
Thrown if the TaskDialog has already enabled the Do not show message as the two cannot coincide in the same TaskDialog. If VerificationText is set, a checkbox with the text will be shown. You can get the response of checkbox by checking the return value of the WasVerificationChecked() method.
Syntax
public string VerificationText { get; set; }