Share via


DataCollectorMessageInfo.Level Property

Definition

Gets or sets the severity level of the message.

public:
 property Microsoft::VisualStudio::TestTools::Common::DataCollectorMessageLevel Level { Microsoft::VisualStudio::TestTools::Common::DataCollectorMessageLevel get(); };
public Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel Level { get; }
member this.Level : Microsoft.VisualStudio.TestTools.Common.DataCollectorMessageLevel
Public ReadOnly Property Level As DataCollectorMessageLevel

Property Value

The severity level of the message.

Applies to