Subscription.EventType 属性

定义

获取触发订阅的事件的类型。

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

属性值

一个 String 值,该值包含触发订阅的事件类型。

适用于