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 |
Requirements
Target Platforms:Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
>
See Also