Gets or sets the add-in to be used on this chat room. AddIn may be null.
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 ChatRoomSettings Dim value As GroupChatAddIn value = instance. AddIn instance. AddIn = value |
C# |
---|
public GroupChatAddIn AddIn { get; set; } |