ChatRoomSession.IsInvite Property

Definition

Gets a Boolean value indicating if members are invited to the chat room.

public:
 property bool IsInvite { bool get(); };
public bool IsInvite { get; }
member this.IsInvite : bool
Public ReadOnly Property IsInvite As Boolean

Property Value

True if members receive invitations to the room. False if invitations are not generated for the room.

Applies to