EventData.SubStatus Property

 

Optional. Gets or sets the event sub status.Most of the time, when included, this captures the HTTP status code.

Namespace:   Microsoft.Azure.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public LocalizableString SubStatus { get; set; }
public:
property LocalizableString^ SubStatus {
    LocalizableString^ get();
    void set(LocalizableString^ value);
}
member SubStatus : LocalizableString with get, set
Public Property SubStatus As LocalizableString

Property Value

Type: Microsoft.Azure.Insights.Models.LocalizableString

See Also

EventData Class
Microsoft.Azure.Insights.Models Namespace

Return to top