Compartir a través de


SiteSourceControl.IsGitHubAction Propiedad

Definición

Obtiene o establece <code>true</code> si se implementa a través de la acción de GitHub.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a