ChatRoomSettings.SendInvitationsToMembers Property

Definition

Gets or sets the behavior of this chat room for sending invitations to new members.

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

Property Value

False if no invitations should be sent; or Inherit if this value should be inherited from the parent category. (default)

Applies to