次の方法で共有


Warning.ObjectType プロパティ

エラーや警告のオブジェクトの種類を取得または設定します。

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

構文

'宣言
Public Property ObjectType As String 
    Get 
    Set
'使用
Dim instance As Warning 
Dim value As String 

value = instance.ObjectType

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

プロパティ値

型: System.String
エラーや警告のオブジェクトの種類を表す String 値です。

関連項目

参照

Warning クラス

ReportService2010 名前空間