ChatMessage.IsAlert 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 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.