Gets a value that indicates whether the current user can use Membership API to edit, create, delete or assign role to users for the current application
When the Membership Permissions are disabled, the value is always AllAccess. When Membership Permssions are enabled, if the user is member of the 'Membership Manager' role, this property is equal to AllAccess, otherwise the property is equal to NoAccess
You can enabled Membership permissions by using the Visual Guard console and setting the property "Membership Permissions Enabled" to true for the application.
VGIPrincipal Interface | Novalys.VisualGuard.Security Namespace