Click or drag to resize

CWormsImUserEnterExitChatRoom Property

Note: This API is now obsolete.

The chat room that a user entered or exited.

Namespace: Woti.IM
Assembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax
[ObsoleteAttribute("Use CWormsImUserEnterExit.ChatRoomId instead of this property.")]
public virtual IWormsChatRoom ChatRoom { get; }

Property Value

IWormsChatRoom

Implements

IWormsImUserEnterExitChatRoom
Remarks
This property is deprecated. User ChatRoomId instead This will throw an EXCEPTION if UserName is not empty
See Also