[]
        
(Showing Draft Content)

C1.Document.Parameter.Nullable

Nullable Property

Nullable

Gets or sets a value indicating whether the value of this parameter can be null. Cannot be true if this is a multi-value parameter.

Declaration
[C1Category("Behavior")]
[C1Description("Parameter.Nullable", "Indicates whether the parameter can be null. If true, the parameter will be optional in the UI prompting the user for parameter values.")]
public bool Nullable { get; set; }
<C1Category("Behavior")>
<C1Description("Parameter.Nullable", "Indicates whether the parameter can be null. If true, the parameter will be optional in the UI prompting the user for parameter values.")>
Public Property Nullable As Boolean