CommandParameterInfo.IsDynamic Property

Definition

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.

Applies to