Share via


Property.Path Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to