XPathTypedValue.XPath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.