次の方法で共有


RepresentationContract.Examples プロパティ

定義

表現に対して定義された例を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="examples")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.ApiManagement.Models.ParameterExampleContract> Examples { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="examples")>]
member this.Examples : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.ApiManagement.Models.ParameterExampleContract> with get, set
Public Property Examples As IDictionary(Of String, ParameterExampleContract)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象