次の方法で共有


SiteConfigResource.ScmType プロパティ

定義

SCM 型を取得または設定します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象