XMLDA.NET Reference
ResultID Property
See Also  Send Feedback
xmldanet.xmlda Namespace > ItemProperty Class : ResultID Property

Glossary Item Box

If an error or a non-critical exception (minor problem) occurred this ID will contain a qualified name. If the server also returns verbose error messages the respective OPCError elements will be located elsewhere in
the message. This allows multiple instances of a Result ID to map to the same verbose OPC Error.
See specification section 2.6 for more details about Resultcodes.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemProperty
Dim value As XmlQualifiedName
 
instance.ResultID = value
 
value = instance.ResultID
C# 
[XmlAttributeAttribute()]
public XmlQualifiedName ResultID {get; set;}

Remarks

See OPC specification section 2.6 for more details about result codes. For pre-defined ResultIDs see OPCError.

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.