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

String 值,其中包含觸發訂閱的事件類型。

適用於