EventData.Status Property
Optional. Gets or sets the event status.Some typical values are: Started, Succeeded, Failed
Namespace: Microsoft.Azure.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public LocalizableString Status { get; set; }
public:
property LocalizableString^ Status {
LocalizableString^ get();
void set(LocalizableString^ value);
}
member Status : LocalizableString with get, set
Public Property Status As LocalizableString
Property Value
Type: Microsoft.Azure.Insights.Models.LocalizableString
See Also
EventData Class
Microsoft.Azure.Insights.Models Namespace
Return to top