UserName property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the user name along with the domain name in the form <domain_name>\<user_name>.
Class
IGalaxyUser
Syntax
[C#]
string UserName { get; };
[Visual C++]
HRESULT UserName(
[out,retval]BSTR* *userName
);