Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the dictionary that contains the data sent to the consumer Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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