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

Glossary Item Box

If an error or a non-critical exception (minor problem) occurred this ID will contain a qualified name of an OPCError. If the server also returns verbose error messages the associated OPCError element will be located elsewhere in the message. This allows multiple instances of an Error ID to map to the same verbose OPC Error.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemValue
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.