次の方法で共有


SiteSourceControl.IsGitHubAction プロパティ

定義

GitHub アクションを使用してデプロイされている場合は、lt;code>true</code> を取得または設定&します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象