SnapshotRetentionPeriod Property
In This Topic
The retention period for Snapshot records.
Syntax
'Declaration
Public Property SnapshotRetentionPeriod As Integer
public int SnapshotRetentionPeriod {get; set;}
public:
property int SnapshotRetentionPeriod {
int get();
void set ( int value);
}
See Also