CloneRequest.TargetDeviceId Property

Definition

Gets or sets the path ID of the device which will act as the clone target.

[Newtonsoft.Json.JsonProperty(PropertyName="targetDeviceId")]
public string TargetDeviceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="targetDeviceId")>]
member this.TargetDeviceId : string with get, set
Public Property TargetDeviceId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to