Share via


AliasPathMetadata.Type Property

Definition

Gets the type of the token that the alias path is referring to. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to