Share via


ParameterContract.Examples Property

Definition

Gets or sets exampled defined for the parameter.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to