Role.role 263 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Configuration>
  3. <Element ID="Administrators" Type="Role">
  4. <Property ID="RoleID" Value="1" />
  5. </Element>
  6. <Element ID="Everyone" Type="Role" >
  7. <Property ID="RoleID" Value="2" />
  8. </Element>
  9. </Configuration>