Compartilhar via


SiteSourceControl.IsManualIntegration Propriedade

Definição

Obtém ou define <code>true</code> para limitar à integração manual; & lt;code>false</code> para habilitar a integração contínua (que configura webhooks em repositórios online como o GitHub).

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a