Applies to the current method or property. Ignored if the XllAttributes set is not applied to a method or property.

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

See Also