Subscription.EventType Property

Definition

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 containing the type of event that triggers the subscription.

Applies to