XPathTypedValue.XPath property

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
    Get
    Set
'Usage
Dim instance As XPathTypedValue
Dim value As String

value = instance.XPath

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

Property value

Type: System.String
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 InfoPath Filler or in a Web browser.

See also

Reference

XPathTypedValue class

XPathTypedValue members

Microsoft.Office.InfoPath namespace