CloningInfo.CloneSourceControl Property

Definition

Gets or sets <code>true</code> to clone source control from source app; otherwise, <code>false</code>.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to