[This is preliminary documentation and is subject to change.]

Gets the .NET Framework Type of the current node.

Namespace: Tools.XmlT.XPathT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override Type ValueType { get; }
Visual Basic
Public Overrides ReadOnly Property ValueType As Type
	Get
Visual C++
public:
virtual property Type^ ValueType {
	Type^ get () override;
}
F#
abstract ValueType : Type
override ValueType : Type
JScript
override function get ValueType () : Type

Return Value

The .NET Framework Type of the current node. The default value is String.

Remarks

Returned value depends on actual type of actual context value (see ). If ContextValue is null this returns DBNull

See Also