DesignerHierarchicalDataSourceView.Path Property

Definition

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.

Applies to

See also