ChatRoomSession.IsInvite Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.