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