Show / Hide Table of Contents

Class ChatTargetUserInfo

Inheritance
System.Object
ChatTargetUserInfo
Namespace: Volo.Chat.Users
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
Type Description
Guid

Username

Declaration
public string Username { get; set; }
Property Value
Type Description
System.String
Back to top Powered by Volosoft