Gets or sets the add-in for this chat room. An add-in is a web page that can be embedded in a chat room, displayed in a panel below the chat area of the Group Chat Client.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property AddIn As GroupChatAddIn Get Set |
Visual Basic (Usage) |
---|
Dim instance As ChatRoomInformation Dim value As GroupChatAddIn value = instance. AddIn instance. AddIn = value |
C# |
---|
public GroupChatAddIn AddIn { get; set; } |