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

Namespace:  XllPlus
Assembly:  Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)

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