DataFormWebPart.FilterValue property

Specifies the filter field value that is applied to the current Web Part.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property FilterValue As String
    Get
'Usage
Dim instance As DataFormWebPart
Dim value As String

value = instance.FilterValue
[BrowsableAttribute(false)]
public string FilterValue { get; }

Property value

Type: System.String

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace