ScriptParameter.Optional Property

Definition

Gets is this parameter required or optional. Possible values include: 'Optional', 'Required'

[Newtonsoft.Json.JsonProperty(PropertyName="optional")]
public string Optional { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="optional")>]
member this.Optional : string
Public ReadOnly Property Optional As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to