Visual Basic (Declaration) | |
---|---|
Public Shared Function GetAccessLevelDisplayText( _ ByVal accessLevel As Byte _ ) As String |
C# | |
---|---|
public static string GetAccessLevelDisplayText( byte accessLevel ) |
Parameters
- accessLevel
- The access level.
Return Value
The access level formatted as a string.Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.x