SendInvitationsToMembers Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets the default behavior of chat rooms in this category for sending invitations to new members.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public Property SendInvitationsToMembers As InheritedChatRoomProperty
    Get
    Private Set
'Usage
Dim instance As ChatRoomCategory
Dim value As InheritedChatRoomProperty

value = instance.SendInvitationsToMembers
public InheritedChatRoomProperty SendInvitationsToMembers { get; private set; }

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat.InheritedChatRoomProperty
A data structure which conveys the value set on this category (if any), the value which is inherited from the parent category, and the effective value which is used.

Remarks

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 category to inherit the value set by the parent category. Initially, the value of this property is set to false on the root category.

Invitations are issued by the group chat server when a user connects, and subsequently when a new user is added to the member list. This value will be used to set the initial value of any chat room created in this category. Each chat room manager can choose to inherit the category value, or override it for that specific chat room.

See Also

Reference

ChatRoomCategory Class

ChatRoomCategory Members

Microsoft.Rtc.Collaboration.GroupChat Namespace