DataFormWebPart.ConnectionFilters property

Gets the filter information that was received from the provider controls.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ConnectionFilters As Dictionary(Of String, String)
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As Dictionary(Of String, String)

value = instance.ConnectionFilters
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public Dictionary<string, string> ConnectionFilters { get; }

Property value

Type: System.Collections.Generic.Dictionary<String, String>
The filter information that was received from the provider controls.

Remarks

The set accessor does nothing.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace