CheckNameResult.Reason プロパティ

定義

指定された名前が無効な理由を示すメッセージを取得または設定します。 使用可能な値には、'Invalid'、'AlreadyExists' などがあります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象