Class Message

Class Message

Namespace: Aspose.Pdf.Plugins
Assembly: Aspose.PDF.dll

Pesan penyelesaian obrolan yang dihasilkan oleh model.

public class Message

Pewarisan

objectMessage

Anggota yang diwarisi

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Konstruktor

Message()

public Message()

Properti

Konten

Isi dari pesan.

public string Content { get; set; }

Nilai Properti

string

Peran

Mengatur atau mendapatkan peran penulis pesan ini.

public Role Role { get; set; }

Nilai Properti

Role

 Indonesia