XPathItem Properties
.NET Framework 4
The XPathItem type exposes the following members.
| Name | Description | |
|---|---|---|
|
IsNode | When overridden in a derived class, gets a value indicating whether the item represents an XPath node or an atomic value. |
|
TypedValue | When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework version 2.0 type according to its schema type. |
|
Value | When overridden in a derived class, gets the string value of the item. |
|
ValueAsBoolean | When overridden in a derived class, gets the item's value as a Boolean. |
|
ValueAsDateTime | When overridden in a derived class, gets the item's value as a DateTime. |
|
ValueAsDouble | When overridden in a derived class, gets the item's value as a Double. |
|
ValueAsInt | When overridden in a derived class, gets the item's value as an Int32. |
|
ValueAsLong | When overridden in a derived class, gets the item's value as an Int64. |
|
ValueType | When overridden in a derived class, gets the .NET Framework version 2.0 type of the item. |
|
XmlType | When overridden in a derived class, gets the XmlSchemaType for the item. |