SetAttribute
Applicability
Product |
Supported (Yes/No) |
|---|---|
x |
|
√ |
|
x |
|
√ |
|
x |
For
For
Function Description
Sets the Span attributes.
Prototype
1 | Span& SetAttribute(const char* attrName, const char* value) |
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
attrName |
Input |
Attribute name. |
value |
Input |
Attribute value. |
Return Value Description
Returns a reference to the Span class object, which supports chained calls.
Parent topic: Span Class