次の方法で共有


SourceControlSyncJob.SyncType プロパティ

定義

同期の種類を取得または設定します。 指定できる値は、'PartialSync'、'FullSync' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.syncType")]
public string SyncType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.syncType")>]
member this.SyncType : string with get, set
Public Property SyncType As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象