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


In This Topic
    WillCreateAudit Property
    In This Topic
    Indicates whether an Audit record will be created for the operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WillCreateAudit As Boolean
    public bool WillCreateAudit {get;}
    public:
    property bool WillCreateAudit {
       bool get();
    }
    Remarks
    If WillCreateAudit is True, an audit record will be created regardless of the user's selections in the prompt window.
    See Also