DataControlField::IDataSourceViewSchemaAccessor::DataSourceViewSchema Property

 

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

Gets or sets the schema associated with this DataControlField object.

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^

The schema associated with this DataControlField.

.NET Framework
Available since 2.0
Return to top
Show: