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;}
    Remarks
    Set to null to use the default retention period for snapshots.
    See Also