次の方法で共有


Warning.ObjectType プロパティ

エラーまたは警告の重大度の種類を取得または設定します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.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 クラス

ReportService2005 名前空間