Share via


ServerEndpointSyncSessionStatus.LastSyncResult Property

Definition

Gets last sync result (HResult)

[Newtonsoft.Json.JsonProperty(PropertyName="lastSyncResult")]
public int? LastSyncResult { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="lastSyncResult")>]
member this.LastSyncResult : Nullable<int>
Public ReadOnly Property LastSyncResult As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to