다음을 통해 공유


SiteSourceControlInner.IsManualIntegration 속성

정의

수동 통합 & 으로 제한하려면 lt;code>true</code>를 가져오거나 설정합니다&. lt;code>false</code> 연속 통합을 사용하도록 설정합니다(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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상