Event.Type プロパティ
レポート サーバーに登録されているイベントの名前を取得します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property Type As String
Get
Set
'使用
Dim instance As Event
Dim value As String
value = instance.Type
instance.Type = value
public string Type { get; set; }
public:
property String^ Type {
String^ get ();
void set (String^ value);
}
member Type : string with get, set
function get Type () : String
function set Type (value : String)
プロパティ値
型: System.String
レポート サーバーに登録されているイベントの名前を表す String です。読み取り専用です。