Applies to the current method.
Ignored if the XllAttributes set is not applied
to a method, or if the method has a return value.
Namespace:
XllPlusAssembly: Psl.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
Syntax
| C# |
|---|
public XllMacroAttribute XllMacro { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property XllMacro As XllMacroAttribute |
| Visual C++ |
|---|
public: property XllMacroAttribute^ XllMacro { XllMacroAttribute^ get (); void set (XllMacroAttribute^ value); } |