Warning.Code Property
Gets the error code that is assigned to the warning. Read-only.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
Public ReadOnly Property Code As String
'Usage
Dim instance As Warning
Dim value As String
value = instance.Code
public string Code { get; }
public:
property String^ Code {
String^ get ();
}
/** @property */
public String get_Code ()
public function get Code () : String
Property Value
A read-only string value.
See Also
Reference
Warning Class
Warning Members
Microsoft.Reporting.WebForms Namespace