MenuItemBinding::IDataSourceViewSchemaAccessor::DataSourceViewSchema Property

 

For a description of this member, see DataSourceViewSchema.

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

private:
property Object^ DataSourceViewSchema {
	virtual Object^ get() sealed = IDataSourceViewSchemaAccessor::DataSourceViewSchema::get;
	virtual void set(Object^ value) sealed = IDataSourceViewSchemaAccessor::DataSourceViewSchema::set;
}

Property Value

Type: System::Object^

This member is an explicit interface member implementation. It can be used only when the MenuItemBinding instance is cast to an IDataSourceViewSchemaAccessor interface.

.NET Framework
Available since 2.0
Return to top
Show: