ParameterContract.Examples Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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