XPathFunctionItem.ValueType PropertyXPathFunctionItem.ValueType PropertyXPathFunctionItem::ValueType Property

Gets the .NET Framework version 2.0 type of the item.

Syntax

Public Overrides ReadOnly Property ValueType As Type
        Get
public override Type ValueType { get; }
public:
virtual property Type^ ValueType {
    Type^ get();
}
 

Property Value

Type: System.TypeSystem.TypeSystem::Type^

The .NET Framework type of the item. The default value is stringStringString.