XPathExpression::Expression Property

 

When overridden in a derived class, gets a string representation of the XPathExpression.

Namespace:   System.Xml.XPath
Assembly:  System.Xml (in System.Xml.dll)

public:
property String^ Expression {
	virtual String^ get() abstract;
}

Property Value

Type: System::String^

A string representation of the XPathExpression.

.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Return to top
Show: