次の方法で共有


SourceControl.PublishRunbook プロパティ

定義

ソース管理の自動発行を取得または設定します。 既定値は true です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.publishRunbook")]
public bool? PublishRunbook { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.publishRunbook")>]
member this.PublishRunbook : Nullable<bool> with get, set
Public Property PublishRunbook As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象