ParameterExampleContract.ExternalValue Property

Definition

Gets or sets a URL that points to the literal example

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to