GetAttrValue Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetAttrsValue () method retrieves an object of the AttrValue class, which contains the attribute value, last_edit_at, mod_ID, and the attribute ID, for the specified attribute. This overload of the method uses the attribute name, attribute table name, and three filter items to specify the attribute being retrieved.
| Overload | Description |
|---|---|
| GetAttrValue(String,String,String,String,String,String,String,String) | The GetAttrsValue () method retrieves an object of the AttrValue class, which contains the attribute value, last_edit_at, mod_ID, and the attribute ID, for the specified attribute. This overload of the method uses the attribute name, attribute table name, and three filter items to specify the attribute being retrieved. |
| GetAttrValue(String,String,String,String,String,String) | The GetAttrsValue () method retrieves an object of the AttrValue class, which contains the attribute value, last_edit_at, mod_ID, and the attribute ID, for the specified attribute. This overload of the method uses the attribute name, attribute table name, and two filter items to specify the attribute being retrieved. |
| GetAttrValue(String,String,String,String) | The GetAttrsValue () method retrieves an object of the AttrValue class, which contains the attribute value, last_edit_at, mod_ID, and the attribute ID, for the specified attribute. This overload of the method uses the attribute name, attribute table name, and one filter item to specify the attribute being retrieved. |