System.Object
DiagnosticType
Client Declaration
public class DiagnosticType
Represents diagnostic error information useful for technical support.
Attributes
String
diagnosticType
: [response] Optional expression specifying
the type of diagnostic information.String
Value
: [response] Optional expression specifying the value
of the diagnostic information.
xsd:complexType name="DiagnosticType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <xsd:attribute name="diagnosticType" type="xsd:string"/> </xsd:extension> </xsd:simpleContent> </xsd:complexType>