CWormsImUserEnterExitChatRoom Property |
Note: This API is now obsolete.
The chat room that a user entered or exited.
Namespace: Woti.IMAssembly: Woti (in Woti.dll) Version: 13.4.259.0
Syntax[ObsoleteAttribute("Use CWormsImUserEnterExit.ChatRoomId instead of this property.")]
public virtual IWormsChatRoom ChatRoom { get; }
<ObsoleteAttribute("Use CWormsImUserEnterExit.ChatRoomId instead of this property.")>
Public Overridable ReadOnly Property ChatRoom As IWormsChatRoom
Get
public:
[ObsoleteAttribute(L"Use CWormsImUserEnterExit.ChatRoomId instead of this property.")]
virtual property IWormsChatRoom^ ChatRoom {
IWormsChatRoom^ get ();
}
Property Value
IWormsChatRoomImplements
IWormsImUserEnterExitChatRoom
RemarksThis property is deprecated. User ChatRoomId instead
This will throw an EXCEPTION if UserName is not empty
See Also