Applies to the current parameter.
Ignored if the XllAttributes set is not applied
to the parameter of a method or indexed property.
Namespace:
XllPlusAssembly: Psl.XL6.XnReflect.Runtime (in Psl.XL6.XnReflect.Runtime.dll) Version: 6.3.4.831 (6.3.4.0831)
Syntax
| C# |
|---|
public XllArgumentAttribute XllArgument { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property XllArgument As XllArgumentAttribute |
| Visual C++ |
|---|
public: property XllArgumentAttribute^ XllArgument { XllArgumentAttribute^ get (); void set (XllArgumentAttribute^ value); } |