[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.3.38916 (1.5.3.38916)

Syntax

C#
protected sealed class PropertyStep : XPathObjectNavigator..::..Step
Visual Basic
Protected NotInheritable Class PropertyStep _
	Inherits XPathObjectNavigator..::..Step
Visual C++
protected ref class PropertyStep sealed : public XPathObjectNavigator..::..Step
F#
[<SealedAttribute>]
type PropertyStep =  
    class
        inherit XPathObjectNavigator..::..Step
    end
JScript
protected final class PropertyStep extends XPathObjectNavigator..::..Step

Inheritance Hierarchy

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

See Also