Share via


UserEventResponse.DataType Property

Definition

Message data type.

[System.Runtime.Serialization.DataMember(Name="dataType")]
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
[System.Text.Json.Serialization.JsonPropertyName("dataType")]
public Microsoft.Azure.WebPubSub.Common.WebPubSubDataType DataType { get; set; }
[<System.Runtime.Serialization.DataMember(Name="dataType")>]
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
[<System.Text.Json.Serialization.JsonPropertyName("dataType")>]
member this.DataType : Microsoft.Azure.WebPubSub.Common.WebPubSubDataType with get, set
Public Property DataType As WebPubSubDataType

Property Value

Attributes

Applies to