adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ChangeLogParameters Class / CreateSnapshot Property


In This Topic
    CreateSnapshot Property
    In This Topic
    If true, a snapshot will be created from the current state of the object.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property CreateSnapshot As Boolean
    [DataMember()]
    public bool CreateSnapshot {get; set;}
    [DataMember()]
    public:
    property bool CreateSnapshot {
       bool get();
       void set (    bool value);
    }
    Remarks
    If this record is accompanying a change or delete operation, the snapshot is made before the change or delete is applied.
    See Also