Compartir a través de


SBTopic.EnableExpress Propiedad

Definición

Obtiene o establece el valor que indica si las entidades express están habilitadas. Un tema rápido contiene un mensaje en la memoria temporalmente antes de escribirlo en el almacenamiento persistente.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.enableExpress")]
public bool? EnableExpress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.enableExpress")>]
member this.EnableExpress : Nullable<bool> with get, set
Public Property EnableExpress As Nullable(Of Boolean)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a