Delen via


GalleryApplicationCustomActionParameter.Required Property

Definition

Gets or sets indicates whether this parameter must be passed when running the custom action.

[Newtonsoft.Json.JsonProperty(PropertyName="required")]
public bool? Required { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="required")>]
member this.Required : Nullable<bool> with get, set
Public Property Required As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to