ChatRoom.SendInvitationsToMembers Property

Definition

Gets the default behavior of this chat room for sending invitations to new members. Invitations are issued by the persistent chat server when a user connects, and subsequently when a new user is added to the member list.

The value of this property is derived by combining the value set on this instance (if any) with the value that is inherited from the parent category. The default value is null, which causes the chat room to inherit the value set by the parent category. The setting can be overriden only if the parent category counterpart is set to true.

public:
 property Microsoft::Rtc::Collaboration::PersistentChat::InheritedChatRoomInviteProperty ^ SendInvitationsToMembers { Microsoft::Rtc::Collaboration::PersistentChat::InheritedChatRoomInviteProperty ^ get(); };
public Microsoft.Rtc.Collaboration.PersistentChat.InheritedChatRoomInviteProperty SendInvitationsToMembers { get; }
member this.SendInvitationsToMembers : Microsoft.Rtc.Collaboration.PersistentChat.InheritedChatRoomInviteProperty
Public ReadOnly Property SendInvitationsToMembers As InheritedChatRoomInviteProperty

Property Value

A data structure which conveys the value set on this chat room (if any), the value which is inherited from the parent category, and the effective value which is used.

Applies to