Gets the level of access that this user has to the System Management functions in iMIS
Namespace:
Asi.iBO
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public byte SystemManagementAccessLevel { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SystemManagementAccessLevel As Byte |
Field Value
One of the following standard access levels, where each level includes all of those below it:
0 = NoAccess
1 = BasicDisplayOnly
2 = Reports
3 = LimitedEntryEdit
4 = FullEntryEdit
5 = TableMaintenance
6 = ReportChanges
8 = SystemSetup
See Also