Item Property (ItemClass)
- Last UpdatedNov 06, 2025
- 1 minute read
The ItemClassAttr property is a read-only property that allows you to get the item class attribute object at the index specified by the attribute ID. The property returns null if an invalid attribute is requested or if the attributes have not been loaded.
'Declaration
Public ReadOnly Default Property Item( _
ByVal attrId As Integer _
) As ItemClassAttr
public ItemClassAttr this[
int attrId
]; {get;}
Parameters
- attrId