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


In This Topic
    SnapshotExpirationDate Property (ChangeLogParameters)
    In This Topic
    Specifies the expiration date for the snapshot.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property SnapshotExpirationDate As Nullable(Of Date)
    [DataMember()]
    public Nullable<DateTime> SnapshotExpirationDate {get; set;}
    [DataMember()]
    public:
    property Nullable<DateTime> SnapshotExpirationDate {
       Nullable<DateTime> get();
       void set (    Nullable<DateTime> value);
    }
    Remarks
    Set to null to use the default retention period for snapshots.
    See Also