Edit

Share via


XPathTypedValue.XPath Property

Definition

Gets or sets the XPath expression of an XPathTypedValue object.

public:
 abstract property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public abstract string XPath { get; set; }
member this.XPath : string with get, set
Public MustOverride Property XPath As String

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

Applies to