EventHubDataConnection.EventSystemProperties Property

Definition

Gets or sets system properties of the event hub

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to