OfflineAddressBook.LastRequestedTime property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property LastRequestedTime As Nullable(Of DateTime)
Get
Friend Set
'Usage
Dim instance As OfflineAddressBook
Dim value As Nullable(Of DateTime)
value = instance.LastRequestedTime
public Nullable<DateTime> LastRequestedTime { get; internal set; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace