言語

Warning.Code プロパティ

定義

レポートサーバーから警告に割り当てられたエラーコードを取得または設定します。

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
public string Code { get; set; }
member this.Code : string with get, set
Public Property Code As String

プロパティ値

レポートサーバーが警告に割り当てたエラーコードを含む String 値です。

適用対象