Share via


SiteConfigResource.ScmType Property

Definition

Gets or sets SCM type. Possible values include: 'None', 'Dropbox', 'Tfs', 'LocalGit', 'GitHub', 'CodePlexGit', 'CodePlexHg', 'BitbucketGit', 'BitbucketHg', 'ExternalGit', 'ExternalHg', 'OneDrive', 'VSO', 'VSTSRM'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to