Compartir a través de


ServiceBusTopicOutputDataSource.SystemPropertyColumns Propiedad

Definición

Obtiene o establece las propiedades del sistema asociadas a la salida del tema de Service Bus. Se admiten las siguientes propiedades del sistema: ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.systemPropertyColumns")]
public System.Collections.Generic.IDictionary<string,string> SystemPropertyColumns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.systemPropertyColumns")>]
member this.SystemPropertyColumns : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property SystemPropertyColumns As IDictionary(Of String, String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a