次の方法で共有


ApiKeys.Key1 プロパティ

定義

キー 1 の値を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象