Share via


TraceTelemetry.SeverityLevel Property

Definition

Gets or sets Trace severity level.

public:
 property Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> SeverityLevel { Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> get(); void set(Nullable<Microsoft::VisualStudio::ApplicationInsights::DataContracts::SeverityLevel> value); };
public Microsoft.VisualStudio.ApplicationInsights.DataContracts.SeverityLevel? SeverityLevel { get; set; }
member this.SeverityLevel : Nullable<Microsoft.VisualStudio.ApplicationInsights.DataContracts.SeverityLevel> with get, set
Public Property SeverityLevel As Nullable(Of SeverityLevel)

Property Value

Applies to