XPathFunctionItem.TypedValue PropertyXPathFunctionItem.TypedValue PropertyXPathFunctionItem::TypedValue Property

Gets the current item as a boxed object of the most appropriate .NET Framework version 2.0 type according to its schema type.

Syntax

Public Overrides ReadOnly Property TypedValue As Object
        Get
public override object TypedValue { get; }
public:
virtual property object^ TypedValue {
    object^ get();
}
 

Property Value

Type: System.ObjectSystem.ObjectSystem::Object^

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