XPathTypedValue.XPath Property (Microsoft.Office.InfoPath)

Gets or sets the XPath expression of an XPathTypedValue object.

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Syntax

'Declaration
Public MustOverride Property XPath As String
'Usage
Dim instance As XPathTypedValue
Dim value As String

value = instance.XPath

instance.XPath = value
public abstract string XPath { get; set; }

Property Value

The XPath expression defined for the returned XPathTypedValue object.

Remarks

This member can be accessed without restrictions.

This type or member can be accessed from code running in forms opened in Microsoft Office InfoPath 2007 or in a Web browser.

See Also

Reference

XPathTypedValue Class
XPathTypedValue Members
Microsoft.Office.InfoPath Namespace