FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

StepInput..::..REQUIRED Property

Gets or sets a value indicating whether this StepInput is required.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool REQUIRED { get; set; }
Public Property REQUIRED As Boolean
	Get
	Set
public:
property bool^ REQUIRED {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if required; otherwise, false.