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 filter information that was received from the provider controls.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.