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

Glossary Item Box

A ValueTypeQualifier attribute is included when values of type time, date, and duration are transmitted between client and server. The ValueTypeQualifier attribute uniquely identifies the intended value type of the value versus the type as transmitted across the wire. For all values of types other than time, date and duration, this attribute will be missing or if not missing, then ignored.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ItemValue
Dim value As XmlQualifiedName
 
instance.ValueTypeQualifier = value
 
value = instance.ValueTypeQualifier
C# 
[XmlAttributeAttribute()]
public XmlQualifiedName ValueTypeQualifier {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.