Share via


EventProperties.EventType Property

Definition

Gets or sets the type of the event. for example: VM Health, Server Health, Job Failure etc.

[Newtonsoft.Json.JsonProperty(PropertyName="eventType")]
public string EventType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventType")>]
member this.EventType : string with get, set
Public Property EventType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to