次の方法で共有


Code プロパティ

レポート サーバーによって警告に割り当てられたエラー コードを取得または設定します。読み取り専用です。

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

構文

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

value = instance.Code

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

プロパティ値

型: System. . :: . .String
読み取り専用の String 値です。