adTempus API
ArcanaDevelopment.adTempus.Client Namespace / AuditAndSnapshotSettings Class / PromptUser Property


In This Topic
    PromptUser Property
    In This Topic
    Indicates whether the user should be prompted for input.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PromptUser As Boolean
    public bool PromptUser {get;}
    public:
    property bool PromptUser {
       bool get();
    }
    Remarks
    If PromptUser returns True, the user should be prompted for input as follows: The user may enter comments. If CommentsRequired is True, the user must enter comments and cannot cancel. If SnapshotOptional is True, the user should be prompted to select whether a snapshot will be created.
    See Also