Export attributes applied to a reflected member.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
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); } |