Gets the level of access that this user has to the System Management functions in iMIS
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public byte SystemManagementAccessLevel { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SystemManagementAccessLevel As Byte
Get |
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