Item Property (UserPrivs)
- Last UpdatedNov 06, 2025
- 1 minute read
The Item property is a read-only property that allows you to get the Privilege value at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal privId As Privileges _
) As Integer
public int this[
Privileges privId
]; {get;}
Parameters
- privId