The Granted property reports the access right of a user or login to the object referenced by the Permission object.
object.Granted
object
Expression that evaluates to an object in the Applies To list
Boolean
Read-only
HRESULT GetGranted(LPBOOL pRetVal);
If TRUE, the access privilege is granted.
If FALSE, the access privilege is denied.