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

Gets actual current property

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

Syntax

C#
protected PropertyInfo CurrentProperty { get; }
Visual Basic
Protected ReadOnly Property CurrentProperty As PropertyInfo
	Get
Visual C++
protected:
property PropertyInfo^ CurrentProperty {
	PropertyInfo^ get ();
}
F#
member CurrentProperty : PropertyInfo
JScript
function get CurrentProperty () : PropertyInfo

Remarks

See for definition of current property

See Also