Message.Importance Property

Definition

Importance: high, normal, low (default normal)

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::String ^ Importance { System::String ^ get(); void set(System::String ^ value); };
public string Importance { get; set; }
public string Importance { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Importance : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Importance : string with get, set
Public Property Importance As String

Property Value

The importance of the message.

Attributes

Remarks

Message importance can have a value of high, normal or low. The default value is normal.

Applies to