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

Gets current context value

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

Syntax

C#
public Object ContextValue { get; }
Visual Basic
Public ReadOnly Property ContextValue As Object
	Get
Visual C++
public:
property Object^ ContextValue {
	Object^ get ();
}
F#
member ContextValue : Object
JScript
function get ContextValue () : Object

Remarks

See for definition of context value

See Also