次の方法で共有


AliasPathMetadata.Type プロパティ

定義

エイリアス パスが参照しているトークンの型を取得します。 指定できる値は、'NotSpecified'、'Any'、'String'、'Object'、'Array'、'Integer'、'Number'、'Boolean' です。

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string
Public ReadOnly Property Type As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象