EventType プロパティ
サブスクリプションを開始するイベントの種類を取得します。
名前空間: ReportService2006
アセンブリ: ReportService2006 (ReportService2006.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 値です。