次の方法で共有


SyncGroup.SyncState プロパティ

定義

同期グループの同期状態を取得します。 指定できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象