FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

StepInput..::..HIDDEN Property

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

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

Syntax


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

Field Value

true if hidden; otherwise, false.