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