次の方法で共有


DeviceRegistrationState.ErrorMessage プロパティ

定義

エラー メッセージ。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象