言語

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 値。

適用対象