This enum is used with LockStates.
| C# | Visual Basic |
[FlagsAttribute] public enum LockStates
<FlagsAttribute> _ Public Enumeration LockStates
| Member | Description |
|---|---|
| None |
None.
|
| DeviceLock |
Device Locked.
|
| KeyLock |
Key Locked.
|
| SimLock |
SIM Locked.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |