Share via


ServiceBusTopicOutputDataSource.SystemPropertyColumns Property

Definition

Gets or sets the system properties associated with the Service Bus Topic Output. The following system properties are supported: 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to