Controls whether the function will return a handle instead of a standard value or array of values.

Namespace:  XllPlus
Assembly:  Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)

Syntax

C#
public TriValue ReturnsHandle { get; set; }
Visual Basic (Declaration)
Public Property ReturnsHandle As TriValue
Visual C++
public:
property TriValue ReturnsHandle {
	TriValue get ();
	void set (TriValue value);
}

See Also