Share via


SourceControl.SourceType Property

Definition

Gets or sets the source type. Must be one of VsoGit, VsoTfvc, GitHub. Possible values include: 'VsoGit', 'VsoTfvc', 'GitHub'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to