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

Represents step that represents property of an object

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

Syntax

C#
protected sealed class PropertyStep : XPathObjectNavigator..::.Step
Visual Basic (Declaration)
Protected NotInheritable Class PropertyStep _
	Inherits XPathObjectNavigator..::.Step
Visual C++
protected ref class PropertyStep sealed : public XPathObjectNavigator..::.Step
J#
protected final class PropertyStep extends XPathObjectNavigator..::.Step
JScript
protected final class PropertyStep extends XPathObjectNavigator..::.Step

Inheritance Hierarchy

System..::.Object
  Tools.XmlT.XPathT..::.XPathObjectNavigator..::.Step
    Tools.XmlT.XPathT..::.XPathObjectNavigator..::.PropertyStep

See Also