FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deFileTemplateList..::..success Property

Gets or sets a value indicating whether this deFileTemplateList is success.

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

Syntax


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

Field Value

true if success; otherwise, false.