Warning.Code 属性

获取为警告指定的错误代码。只读。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public ReadOnly Property Code As String
    Get
用法
Dim instance As Warning
Dim value As String

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

属性值

类型:System.String
一个只读字符串值。

请参阅

参考

Warning 类

Microsoft.Reporting.WinForms 命名空间