XmlDataSourceDesigner.XPath Property

Definition

Gets or sets an XPath query to apply to the XML data that is contained by the Data property or by the XML file that is indicated by the DataFile property.

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

Property Value

An XPath query.

Remarks

The Transform property shadows the same property in the associated control, and is intended for internal use only.

Applies to

See also