ExceptionTelemetry.SeverityLevel Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Özel durum önem derecesini alır veya ayarlar.
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)