FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsActivity..::..isEndPoint Property

The is end point

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

Syntax


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