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サブスクリプションをトリガーするイベントの種類を含む値。

適用対象