PurgeMessageQueueResult.DeviceId Property

Definition

The Id of the device whose messages are being purged.

[Newtonsoft.Json.JsonProperty(PropertyName="deviceId", Required=Newtonsoft.Json.Required.Always)]
public string DeviceId { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="deviceId", Required=Newtonsoft.Json.Required.Always)]
public string DeviceId { get; protected internal set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deviceId", Required=Newtonsoft.Json.Required.Always)>]
member this.DeviceId : string with get, set
Public Property DeviceId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to