Option.AdditionalProp3 Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to