Share via


DeviceRegistrationResult.ErrorCode Property

Definition

Error code.

public int? ErrorCode { get; protected set; }
[Newtonsoft.Json.JsonProperty(PropertyName="errorCode")]
public int? ErrorCode { get; protected internal set; }
member this.ErrorCode : Nullable<int> with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="errorCode")>]
member this.ErrorCode : Nullable<int> with get, set
Public Property ErrorCode As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to