次の方法で共有


SourceProperties.SourceControlType プロパティ

定義

ソース管理サービスの種類を取得または設定します。 使用可能な値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象