Share via


PartnerTopicInfo.EventTypeInfo Property

Definition

Gets or sets event Type Information for the partner topic. This information is provided by the publisher and can be used by the subscriber to view different types of events that are published.

[Newtonsoft.Json.JsonProperty(PropertyName="eventTypeInfo")]
public Microsoft.Azure.Management.EventGrid.Models.EventTypeInfo EventTypeInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eventTypeInfo")>]
member this.EventTypeInfo : Microsoft.Azure.Management.EventGrid.Models.EventTypeInfo with get, set
Public Property EventTypeInfo As EventTypeInfo

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to