Item Property (SystemAttrs)
- Last UpdatedNov 06, 2025
- 1 minute read
The Item property is a read-only property that allows you to get the system attribute at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal attrId As SystemAttrIds _
) As SystemAttr
public SystemAttr this[
SystemAttrIds attrId
]; {get;}
Parameters
- attrId