XMLDA.NET Reference
DiagnosticInfo Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ItemValue Class : DiagnosticInfo Property

Glossary Item Box

Verbose server specific diagnostic information that provides additional information relative to errors. If the client requests this information, and if there is an ItemValue structure being returned, then the server is
required to return item specific diagnostic information or a blank string if diagnostic information is not available.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemValue
Dim value As String
 
instance.DiagnosticInfo = value
 
value = instance.DiagnosticInfo
C# 
[XmlElementAttribute(0)]
public string DiagnosticInfo {get; set;}

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.