ProcessInfo.IsScmSite Property

Definition

Gets or sets is this the SCM site?

[Newtonsoft.Json.JsonProperty(PropertyName="properties.is_scm_site")]
public bool? IsScmSite { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.is_scm_site")>]
member this.IsScmSite : Nullable<bool> with get, set
Public Property IsScmSite As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to