CloningInfo.CloneCustomHostNames Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to