XMLDA.NET Reference
ReqType Property
See Also  Send Feedback
xmldanet.xmlda Namespace > SubscribeRequestItem Class : ReqType Property

Glossary Item Box

Specifies the client??s requested type for the Item??s value to be returned by the server for a Read request. A Blank or missing or ??anyType? ReqType will indicate to the server to use the canonical data type.
If the client specifies a type, and the server is unable to respond to the request, then an error will be returned in the Response. See ??Data Types for Item Values? specification section. Also see the corresponding section in the OPC DA Custom Specification to see which conversions are supported.

Syntax

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

Remarks

ReqType is a hierarchical parameter.

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.