This document is archived and information here might be outdated. Recommended version. |
Indicates rule to use when purging records when AutoPurge is true (e.g., purge oldest records).
[Visual Basic .NET] Public Property PurgeRule As enumPurgeRule
[C#] public enumPurgeRule PurgeRule {get; set;}
[C++]
HRESULT get_PurgeRule(
enumPurgeRule* pVal
);
[C++]
HRESULT put_PurgeRule(
enumPurgeRule pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type enumPurgeRule* pVal [in]
pVal is a parameter of type enumPurgeRule