C-DEngine 5.105

TheKey..::..returnValue Property

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


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