GetSecuritySettings method
- Last UpdatedJul 23, 2024
- 1 minute read
Retrieves the security settings.
Class
IGalaxy
Syntax
[C#]
ISettings GetSecuritySettings( );
[Visual C++]
HRESULT GetSecuritySettings(
[out, retval] ISettings** settings
);
Parameters
settings
Returns a gObjects collection.
Remarks
Automatically checks-out the instance of the settings object. While the instance is checked out, no other object may be checked out. User should be logged in.