Share via


WebPubSubConnectionContext.EventType Property

Definition

The type of the message.

[System.Runtime.Serialization.DataMember(Name="eventType")]
[System.Text.Json.Serialization.JsonPropertyName("eventType")]
public Microsoft.Azure.WebPubSub.Common.WebPubSubEventType EventType { get; }
[<System.Runtime.Serialization.DataMember(Name="eventType")>]
[<System.Text.Json.Serialization.JsonPropertyName("eventType")>]
member this.EventType : Microsoft.Azure.WebPubSub.Common.WebPubSubEventType
Public ReadOnly Property EventType As WebPubSubEventType

Property Value

Attributes

Applies to