ParameterInfo.Required Property

Definition

A boolean that indicates whether this parameter is required

public:
 property bool Required { bool get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.ReadOnly(true)]
public bool Required { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Required : bool
Public ReadOnly Property Required As Boolean

Property Value

True if this parameter is required; otherwise, false.

Attributes

Applies to