ParameterIsRequired Property |
A boolean value indicating whether or not this parameter is required for the
DataSource to execute.
Parameters that have been configured as "run-time" parameters will have this value set to true.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean
Get
public:
property bool IsRequired {
bool get ();
}
member IsRequired : bool with get
Property Value
Type:
BooleanSee Also