MessageCenterMessage.UrgencyLevel Property

Definition

Provides the urgency level of the message communication.

public:
 property System::String ^ UrgencyLevel { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=false)]
public string UrgencyLevel { get; set; }
Public Property UrgencyLevel As String

Property Value

String

String

Attributes

Remarks

Possible values are “21” for “Critical”, “22” for “High”, and “23” for “Normal”.

Applies to