CommandParameterInfo.IsMandatory Property

Definition

Gets whether or not the parameter is a dynamic parameter.

public:
 property bool IsMandatory { bool get(); };
public:
 property bool IsMandatory { bool get(); };
public bool IsMandatory { get; }
member this.IsMandatory : bool
Public ReadOnly Property IsMandatory As Boolean

Property Value

Remarks

True if the parameter is dynamic, or false otherwise.

Applies to