Share via


ParameterInProperties Property

The ParameterInProperties property of the ParametersInConsumerInitEventArgs class gets or sets the property values of an array of parameters provided by a Web Part that implements the IParametersInConsumer interface when the ParametersInConsumerInit event occurs.

Property Value

An array of type Microsoft.SharePoint.WebPartPages.Communication.ParameterInProperty that contains the property values.

Remarks

The ParameterInProperties property provides an array of ParameterInProperty objects, each of which corresponds to a parameter. The number and order of parameters contained in this array must match those specified in the ParametersInReadyEventArgs argument of the ParametersInReady event.

Example

The following code example shows an overridden PartCommunicationInit method that sets the property values of an instance of the ParametersInConsumerInitEventArgs class by using the ParameterInProperties property. This code example is part of a larger example provided for the IParametersInConsumer interface.

Requirements

Platforms: Microsoft Windows Server 2003

Security: Code Access Security