WebPubSubConnectionContext.EventType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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