Share via


EventHubV2OutputDataSource.PropertyColumns Property

Definition

Gets or sets the properties associated with this Event Hub output.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to