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
[read-only] override | IsNode | bool.
![]() Gets a value indicating whether the validated XML element or attribute is an XPath node or an atomic value. |
[read-only] override | TypedValue | object.
![]() 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 | Value | string.
![]() Gets the string value of the validated XML element or attribute. |
[read-only] override | ValueAsBoolean | bool.
![]() Gets the validated XML element or attribute's value as a bool. |
[read-only] override | ValueAsDateTime | DateTime.
![]() Gets the validated XML element or attribute's value as a DateTime. |
[read-only] | ValueAsDecimal | decimal. Documentation for this section has not yet been entered. |
[read-only] override | ValueAsDouble | double.
![]() Gets the validated XML element or attribute's value as a double. |
[read-only] override | ValueAsInt | int.
![]() Gets the validated XML element or attribute's value as an int. |
[read-only] override | ValueAsLong | long.
![]() Gets the validated XML element or attribute's value as an long. |
[read-only] override | ValueType | Type.
![]() Gets the Microsoft .NET Framework type of the validated XML element or attribute. |
[read-only] override | XmlType | XmlSchemaType.
![]() Gets the System.Xml.Schema.XmlSchemaType for the validated XML element or attribute. |