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.XL7.XnReflect.Runtime (in Psl.XL7.XnReflect.Runtime.dll) Version: 7.0.9.1411 (7.0.9.1411)
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); } |