Propriété Warning.Code
Obtient le code d'erreur attribué à l'avertissement. En lecture seule.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Code As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
Valeur string en lecture seule.