OrganizationConfig.DefaultPublicFolderAgeLimit property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultPublicFolderAgeLimit As Nullable(Of EnhancedTimeSpan)
Get
'Usage
Dim instance As OrganizationConfig
Dim value As Nullable(Of EnhancedTimeSpan)
value = instance.DefaultPublicFolderAgeLimit
public Nullable<EnhancedTimeSpan> DefaultPublicFolderAgeLimit { get; }
Property value
Type: System.Nullable<EnhancedTimeSpan>