SetAttrValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The SetAttrValue() method adds an attribute or updates the value of an existing attribute. A flag indicates whether the value is being added or updated. The method includes a lastEdit DateTime parameter that can be used for optimistic concurrency control. This overload of the method uses the attribute name and three filter items to specify the attribute.
| Overload | Description |
|---|---|
| SetAttrValue(String,Object,String,String,String,String,String,String,String,String,String,Boolean) | The SetAttrValue() method adds an attribute or updates the value of an existing attribute. A flag indicates whether the value is being added or updated. The method includes a lastEdit DateTime parameter that can be used for optimistic concurrency control. This overload of the method uses the attribute name and three filter items to specify the attribute. |
| SetAttrValue(String,Object,String,String,String,String,String,String,String,Boolean) | The SetAttrValue() method adds an attribute or updates the value of an existing attribute. A flag indicates whether the value is being added or updated. The method includes a lastEdit DateTime parameter that can be used for optimistic concurrency control. This overload of the method uses the attribute name and two filter items to specify the attribute. |
| SetAttrValue(String,Object,String,String,String,String,String,Boolean) | The SetAttrValue() method adds an attribute or updates the value of an existing attribute. A flag indicates whether the value is being added or updated. The method includes a lastEdit DateTime parameter that can be used for optimistic concurrency control. This overload of the method uses the attribute name and one filter item to specify the attribute. |