faizinfy

BEMRole.vb

Dec 13th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.24 KB | None | 0 0
  1. Public Class BEMRole
  2.     Public Property id As Integer
  3.     Public Property displayname As String
  4.     Public Property EnumRole As EnumRole
  5. End Class
  6.  
  7. Public Enum EnumRole
  8.     SuperAdmin = 1000
  9.     Admin = 2000
  10.     Staff = 3000
  11. End Enum
Advertisement
Add Comment
Please, Sign In to add comment