PersonalDataProcessRetentionPeriodMonths Property |
The period in months, for which the data is kept. Null when the period is unknown or N/A. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.PersonalData
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> RetentionPeriodMonths { get; set; }
Public Property RetentionPeriodMonths As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ RetentionPeriodMonths {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member RetentionPeriodMonths : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also