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

Gets information if current ContextObject is context object of any of parent nodes.

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

Syntax

C#
public bool IsCircleReferenced { get; }
Visual Basic
Public ReadOnly Property IsCircleReferenced As Boolean
	Get
Visual C++
public:
property bool IsCircleReferenced {
	bool get ();
}
F#
member IsCircleReferenced : bool
JScript
function get IsCircleReferenced () : boolean

Return Value

True if CircleLevel < Location.Count - 1

See Also