ChatRoomParticipant.IsPresenter 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 value indicating whether this participant is a presenter on this chat room. This value is only used when a chat room is configured as an auditorium. (see IsAuditorium)
public:
property bool IsPresenter { bool get(); };
public bool IsPresenter { get; }
member this.IsPresenter : bool
Public ReadOnly Property IsPresenter As Boolean
Property Value
true if this instance is a presenter; otherwise, false.