다음을 통해 공유


SyncGroup.SyncState Property

Definition

Gets sync state of the sync group. Possible values include: 'NotReady', 'Error', 'Warning', 'Progressing', 'Good'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.syncState")]
public string SyncState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.syncState")>]
member this.SyncState : string
Public ReadOnly Property SyncState As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to