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 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; }

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