次の方法で共有


OperationBase.from プロパティ

定義

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象