共用方式為


ApiKeys.Key1 Property

Definition

Gets the value of key 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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to