MenuDesigner::Schema Property

 

Gets a schema that describes the data source view for the associated Menu control.

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

protected:
property IDataSourceViewSchema^ Schema {
	IDataSourceViewSchema^ get();
}

Property Value

Type: System.Web.UI.Design::IDataSourceViewSchema^

An IDataSourceViewSchema object that describes the structure of the data source.

.NET Framework
Available since 2.0
Return to top
Show: