AccessLevel Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the access entry levels.
public enum class AccessLevel
C#
public enum AccessLevel
type AccessLevel =
Public Enum AccessLevel
- Inheritance
-
AccessLevel
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Default | 0 | The access level all users have by default. |
External | 100 | The access level of a public user. |
Colleague | 200 | The access level of a user in the same enterprise. |
Workgroup | 300 | The access level of users in the same workgroup. |
Friends | 400 | The highest access level, assigned to friends. |
Blocked | 32000 | The access level assigned to users who have been blocked from accessing contact information. |
Produto | Versões |
---|---|
Lync client | latest |