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


In This Topic
    WillCreateSnapshot Property
    In This Topic
    Indicates whether a Snapshot will be created for the operation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WillCreateSnapshot As Boolean
    public bool WillCreateSnapshot {get;}
    public:
    property bool WillCreateSnapshot {
       bool get();
    }
    Remarks
    If SnapshotOptional is True, the snapshot will only be created if the user selects the option to create it.
    See Also