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