次の方法で共有


EventHubDataConnection.EventSystemProperties プロパティ

定義

イベント ハブのシステム プロパティを取得または設定します

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象