GetByKey Method (SystemAttribute)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified system attribute record from the System_Attr table.
'Usage
Dim attrId As Integer
Dim value As DataSet
value = SystemAttribute.GetByKey(attrId)
Parameters
- attrId
- Required. Holds the ID of the system attribute that is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified system attribute in the System_Attr table. If no matching record for the specified system attribute is found, an empty DataSet is returned.