次の方法で共有


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

適用対象