Click or drag to resize
MessageDataRecipientID Property
Recepient of this message. Null if it is a system message.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public Nullable<int> RecipientID { get; set; }

Property Value

Type: NullableInt32
See Also