次の方法で共有


Subscription.EventType プロパティ

サブスクリプションを開始するイベントの種類です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property EventType As String 
    Get 
    Set
'使用
Dim instance As Subscription 
Dim value As String 

value = instance.EventType

instance.EventType = value
public string EventType { get; set; }
public:
property String^ EventType {
    String^ get ();
    void set (String^ value);
}
member EventType : string with get, set
function get EventType () : String 
function set EventType (value : String)

プロパティ値

型: System.String
サブスクリプションを開始するイベントの種類を表す String 値です。

関連項目

参照

Subscription クラス

ReportService2005 名前空間