ChatMessage.IsAlert Property

Definition

Gets a value indicating whether this message was sent as a high priority alert.

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

Property Value

true if this instance is alert; otherwise, false.

Applies to