ChatRoomSettings.AddIn Property

Definition

Gets or sets the add-in to be used on this chat room. This value can be null.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ AddIn { Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ get(); void set(Microsoft::Rtc::Collaboration::PersistentChat::PersistentChatAddIn ^ value); };
public Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn AddIn { get; set; }
member this.AddIn : Microsoft.Rtc.Collaboration.PersistentChat.PersistentChatAddIn with get, set
Public Property AddIn As PersistentChatAddIn

Property Value

The add-in.

Applies to