CommandParameterInfo.IsDynamic 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 mandatory.
public:
property bool IsDynamic { bool get(); };
public:
property bool IsDynamic { bool get(); };
public bool IsDynamic { get; }
member this.IsDynamic : bool
Public ReadOnly Property IsDynamic As Boolean
Property Value
Remarks
True if the parameter is mandatory, or false otherwise.