Export attributes applied to a reflected member.

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

See Also