GetUser
What it does
Obtains information about a user.
Definition
UserInfo GetUser( string userName );
Parameters
Name | Type | Description |
userName | string | User name |
Returned value
Type | Description |
UserInfo | The type of data that contain information about a user |
4/12/2024 6:16:02 PM