DesignerHierarchicalDataSourceView::Path Property

 

Gets the path to the block of data that is presented in the view.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property String^ Path {
	String^ get();
}

Property Value

Type: System::String^

The path provided when creating the DesignerHierarchicalDataSourceView.

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.

.NET Framework
Available since 2.0
Return to top
Show: