Subscription.EventType Property

Definition

Gets the type of event that triggers the subscription.

public:
 property System::String ^ EventType { System::String ^ get(); void set(System::String ^ value); };
public string EventType { get; set; }
member this.EventType : string with get, set
Public Property EventType As String

Property Value

A String value that contains the type of event that triggers the subscription.

Applies to