CommandParameterInfo.IsMandatory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.