次の方法で共有


Property.Path プロパティ

定義

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象