TreeNodeBinding::IDataSourceViewSchemaAccessor::DataSourceViewSchema Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see IDataSourceViewSchemaAccessor::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^

An object that represents the schema that is associated with the TreeNodeBinding object.

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

The value of this property is stored in view state.

.NET Framework
Available since 2.0
Return to top
Show: