Compartir a través de


SiteSourceControlInner.IsManualIntegration Propiedad

Definición

Obtiene o establece <code>true</code> para limitar a la integración manual; & lt;code>false</code> para habilitar la integración continua (que configura webhooks en repositorios en línea como 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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a