PermissionName property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the name of the permission.
Class
IPermission
Syntax
[C#]
string PermissionName { get; };
[Visual C++]
HRESULT PermissionName(
[out,retval]BSTR *permissionName
);
Returns the name of the permission.
IPermission
[C#]
string PermissionName { get; };
[Visual C++]
HRESULT PermissionName(
[out,retval]BSTR *permissionName
);