Share via


ServiceBusQueueOutputDataSource.SystemPropertyColumns Property

Definition

Gets or sets the system properties associated with the Service Bus Queue. 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 object SystemPropertyColumns { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.systemPropertyColumns")>]
member this.SystemPropertyColumns : obj with get, set
Public Property SystemPropertyColumns As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to