Share via


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

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

Property Value

Applies to