共用方式為


SourceProperties.SourceControlType Property

Definition

Gets or sets the type of source control service. Possible values include: 'Github', 'VisualStudioTeamService'

[Newtonsoft.Json.JsonProperty(PropertyName="sourceControlType")]
public string SourceControlType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceControlType")>]
member this.SourceControlType : string with get, set
Public Property SourceControlType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to