Subscription.EventType Propiedad

Definición

Obtiene el tipo de evento que activa la suscripción.

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

Valor de propiedad

Valor String que contiene el tipo de evento que desencadena la suscripción.

Se aplica a