共用方式為


OperationBase.path 屬性

定義

public:
 property System::String ^ path { System::String ^ get(); void set(System::String ^ value); };
[Newtonsoft.Json.JsonProperty("path")]
public string path { get; set; }
[<Newtonsoft.Json.JsonProperty("path")>]
member this.path : string with get, set
Public Property path As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於