ScriptParameter.Optional 屬性

定義

取得是必要或選擇性的這個參數。 可能的值包括:'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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於