UserInfo
The information of the user.
public struct UserInfo
{
public uint uid;
public string userAccount;
}
Attributes
- uid
- The user ID.
- userAccount
- User account. The maximum data length is MAX_USER_ACCOUNT_LENGTH_TYPE.