ElcContentSettings.AgeLimitForRetention Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property AgeLimitForRetention As Nullable(Of EnhancedTimeSpan)
Get
Set
'Usage
Dim instance As ElcContentSettings
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.AgeLimitForRetention
instance.AgeLimitForRetention = value
[ParameterAttribute(Mandatory = false)]
public Nullable<EnhancedTimeSpan> AgeLimitForRetention { get; set; }
Property Value
Type: System.Nullable<EnhancedTimeSpan>