FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

StepInput..::..READONLY Property

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

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

Syntax


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

Field Value

true if readonly; otherwise, false.