DesignerHierarchicalDataSourceView.Path 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 the path to the block of data that is presented in the view.
public:
 property System::String ^ Path { System::String ^ get(); };
	public string Path { get; }
	member this.Path : string
	Public ReadOnly Property Path As String
	Property Value
The path provided when creating the DesignerHierarchicalDataSourceView.
Remarks
The specific nature of the Path property is determined by the nature of the data. For XML data, it would be an XPath query, but for other kinds of data it could be a URL or some other unique identifying path.