Visual Guard Class Library Documentation

VGIPrincipal.TryGetPermission Method

Retrieves the VGIPermission object granted to principal with the specified id.

Overload List

Retrieves the VGIPermission object granted to principal with the specified id.

bool TryGetPermission(Guid,out VGIPermission&);

Retrieves the VGIPermission object granted to principal with the specified name.

bool TryGetPermission(String,out VGIPermission&);

See Also

VGIPrincipal Interface | Novalys.VisualGuard.Security Namespace