Class ChatTargetUserInfo
Inheritance
System.Object
ChatTargetUserInfo
Assembly: Volo.Chat.Application.Contracts.dll
Syntax
public class ChatTargetUserInfo : object
Properties
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Surname
Declaration
public string Surname { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UserId
Declaration
public Guid UserId { get; set; }
Property Value
Username
Declaration
public string Username { get; set; }
Property Value
| Type |
Description |
| System.String |
|