EdgeSubscriptionStatus.LastSynchronizedUtc Property
Namespace: Microsoft.Exchange.EdgeSync.Validation
Assembly: Microsoft.Exchange.EdgeSync.Common (in Microsoft.Exchange.EdgeSync.Common.dll)
Syntax
'Declaration
Public Property LastSynchronizedUtc As DateTime
Get
Set
'Usage
Dim instance As EdgeSubscriptionStatus
Dim value As DateTime
value = instance.LastSynchronizedUtc
instance.LastSynchronizedUtc = value
public DateTime LastSynchronizedUtc { get; set; }
Property Value
Type: System.DateTime