TreeNodeBinding.System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema Property
.NET Framework 3.0
This property supports the .NET Framework 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.WebControlsAssembly: System.Web (in system.web.dll)
private: virtual property Object^ System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema { Object^ get () sealed = IDataSourceViewSchemaAccessor::DataSourceViewSchema::get; void set (Object^ value) sealed = IDataSourceViewSchemaAccessor::DataSourceViewSchema::set; }
Not applicable.
Property Value
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.
Community Additions
ADD
Show: