PermissionParentName property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the permission’s parent, if any. (For top-level permissions, this is an empty string.)
Class
IPermission
Syntax
[C#]
string PermissionParentName { get; };
[Visual C++]
HRESULT PermissionParentName(
[out,retval]BSTR *permissionParentName
);