Share via


OfflineAddressBook.DiffRetentionPeriod property

Namespace:  Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property DiffRetentionPeriod As Nullable(Of Unlimited(Of Integer))
    Get
    Set
'Usage
Dim instance As OfflineAddressBook
Dim value As Nullable(Of Unlimited(Of Integer))

value = instance.DiffRetentionPeriod

instance.DiffRetentionPeriod = value
public Nullable<Unlimited<int>> DiffRetentionPeriod { get; set; }

Property value

Type: System.Nullable<Unlimited<Int32>>
Returns Nullable<T>.

See also

Reference

OfflineAddressBook class

OfflineAddressBook members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace