DeviceRegistryOperationError.ErrorStatus プロパティ

定義

エラーに関連する追加の詳細。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象