SiteSourceControlData.IsManualIntegration Property

Definition

<code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub). Serialized Name: SiteSourceControl.properties.isManualIntegration

public bool? IsManualIntegration { get; set; }
member this.IsManualIntegration : Nullable<bool> with get, set
Public Property IsManualIntegration As Nullable(Of Boolean)

Property Value

Applies to