FullName property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the full name of the user retrieved from the domain controller in the form <first_name> <last_name>.
Class
IGalaxyUser
Syntax
[C#]
string FullName { get; };
[Visual C++]
HRESULT FullName(
[out,retval]BSTR* *fullName
);