Share via


DeviceRegistrationResult.ErrorMessage Property

Definition

Error message.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to