Compartir a través de


UserEventResponse.DataType Propiedad

Definición

Tipo de datos de mensaje.

[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

Valor de propiedad

Atributos

Se aplica a