PimSubscriptionProxy.LastSyncTime property
Namespace: Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim
Assembly: Microsoft.Exchange.Transport.Sync.Common (in Microsoft.Exchange.Transport.Sync.Common.dll)
Syntax
'Declaration
Public ReadOnly Property LastSyncTime As Nullable(Of DateTime)
Get
'Usage
Dim instance As PimSubscriptionProxy
Dim value As Nullable(Of DateTime)
value = instance.LastSyncTime
public Nullable<DateTime> LastSyncTime { get; }
Property value
Type: System.Nullable<DateTime>
See also
Reference
Microsoft.Exchange.Transport.Sync.Common.Subscription.Pim namespace