System.Xml.Schema.XmlAtomicValue: Property Members

The properties of System.Xml.Schema.XmlAtomicValue are listed below. For a list of all members, see the XmlAtomicValue Members list.

See Also: Inherited members from System.Xml.XPath.XPathItem

Public Properties

[read-only]
override
IsNodebool.

Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value.

[read-only]
override
TypedValueobject.

Gets the current validated XML element or attribute as a boxed object of the most appropriate Microsoft .NET Framework type according to its schema type.

[read-only]
override
Valuestring.

Gets the string value of the validated XML element or attribute.

[read-only]
override
ValueAsBooleanbool.

Gets the validated XML element or attribute's value as a bool.

[read-only]
override
ValueAsDateTimeDateTime.

Gets the validated XML element or attribute's value as a DateTime.

[read-only]
ValueAsDecimaldecimal. Documentation for this section has not yet been entered.
[read-only]
override
ValueAsDoubledouble.

Gets the validated XML element or attribute's value as a double.

[read-only]
override
ValueAsIntint.

Gets the validated XML element or attribute's value as an int.

[read-only]
override
ValueAsLonglong.

Gets the validated XML element or attribute's value as an long.

[read-only]
override
ValueTypeType.

Gets the Microsoft .NET Framework type of the validated XML element or attribute.

[read-only]
override
XmlTypeXmlSchemaType.

Gets the System.Xml.Schema.XmlSchemaType for the validated XML element or attribute.