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