XPathItem.TypedValue Property

Definition

When overridden in a derived class, gets the current item as a boxed object of the most appropriate .NET Framework 2.0 type according to its schema type.

public:
 abstract property System::Object ^ TypedValue { System::Object ^ get(); };
public abstract object TypedValue { get; }
member this.TypedValue : obj
Public MustOverride ReadOnly Property TypedValue As Object

Property Value

The current item as a boxed object of the most appropriate .NET Framework type.

Remarks

If the value of the item is not valid according to its specified schema type, the value of the TypedValue property is equivalent to the value of the Value property.

For more information about type support in the System.Xml namespace, see Type Support in the System.Xml Classes.

Applies to

See also