RowToParametersTransformer::IWebPartParameters::Schema Property

 

Gets the schema information for a data field that is used to share data between two Web Parts controls.

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

private:
property PropertyDescriptorCollection^ Schema {
	virtual PropertyDescriptorCollection^ get() sealed = IWebPartParameters::Schema::get;
}

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

.NET Framework
Available since 2.0
Return to top
Show: