Udostępnij za pośrednictwem


SiteSourceControl.IsGitHubAction Property

Definition

Gets or sets <code>true</code> if this is deployed via GitHub action.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to