Share via


SPConnectionParametersDictionary.ValueAttributes property

Gets the dictionary that contains the data sent to the consumer Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ValueAttributes As IDictionary
    Get
'Usage
Dim instance As SPConnectionParametersDictionary
Dim value As IDictionary

value = instance.ValueAttributes
public IDictionary ValueAttributes { get; }

Property value

Type: System.Collections.IDictionary
The dictionary that contains the data sent to the consumer Web Part.

See also

Reference

SPConnectionParametersDictionary class

SPConnectionParametersDictionary members

Microsoft.SharePoint.WebPartPages namespace