UserEventRequest.DataType 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.
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; }
[<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
Public ReadOnly Property DataType As WebPubSubDataType
Property Value
- Attributes