Gets the a VGIPermission object with the specified id.
A VGIPermission object with the specified id.
This method does not look for permission in sub permission sets.
The following example gets the permission identified by the guid "5F0BAF21-A66C-4b27-9E9E-CCAE72226613" granted to the permission set "HR permissions".
VGSecurityManager.Principal.GetPermissionSet("HR permissions").GetPermission(new Guid("{5F0BAF21-A66C-4b27-9E9E-CCAE72226613}"))
VGIPermissionSet Interface | Novalys.VisualGuard.Security Namespace | VGIPermissionSet.GetPermission Overload List