次の方法で共有


HostStatus.Errors プロパティ

定義

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")]
public System.Collections.ObjectModel.Collection<string> Errors { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="errors")>]
member this.Errors : System.Collections.ObjectModel.Collection<string> with get, set
Public Property Errors As Collection(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象