IsConfigured property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns true if the permission is configured; that is, if the permission is active.
Class
IPermission
Syntax
[C#]
bool IsConfigured { get; };
[Visual C++]
HRESULT IsConfigured(
[out,retval]VARIANT_BOOL *isConfigured
);