Controls whether the argument must be passed as a handle, rather than as a value.

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 Handle { get; set; }
Visual Basic (Declaration)
Public Property Handle As TriValue
Visual C++
public:
property TriValue Handle {
	TriValue get ();
	void set (TriValue value);
}

See Also