DataControlField.IDataSourceViewSchemaAccessor.DataSourceViewSchema Property

Definition

Gets or sets the schema associated with this DataControlField object.

property System::Object ^ System::Web::UI::IDataSourceViewSchemaAccessor::DataSourceViewSchema { System::Object ^ get(); void set(System::Object ^ value); };
object System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema { get; set; }
member this.System.Web.UI.IDataSourceViewSchemaAccessor.DataSourceViewSchema : obj with get, set
 Property DataSourceViewSchema As Object Implements IDataSourceViewSchemaAccessor.DataSourceViewSchema

Property Value

The schema associated with this DataControlField.

Implements

Remarks

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

Applies to