共用方式為


Warning.Code 屬性

取得指派給警告的錯誤碼。唯讀。

命名空間:  Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

'宣告
Public Property Code As String
public string Code { get; private set; }
public:
property String^ Code {
    String^ get ();
    private: void set (String^ value);
}
member Code : string with get, private set
function get Code () : String
private function set Code (value : String)

屬性值

類型:String
唯讀 string 值。

請參閱

參考

Warning 類別

Microsoft.Reporting.WinForms 命名空間