IWebPartParameters::Schema Property

 

Gets the property descriptors for the data to be received by the consumer.

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

property PropertyDescriptorCollection^ Schema {
	PropertyDescriptorCollection^ get();
}

The Schema property provides property information for the data passed by the interface. Transformer and consumer controls can query this property to get information about the type, contents, and other details of the field contained in the IWebPartParameters interface instance.

.NET Framework
Available since 2.0
Return to top
Show: