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 or sets the value of the filter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FilterValue As String
Get
Set
'Usage
Dim instance As FilterOperation
Dim value As String
value = instance.FilterValue
instance.FilterValue = value
public string FilterValue { get; set; }
Property Value
Type: System.String
A string that is the value of the filter.
Remarks
The filter value is the value to which the filter field is compared.
For unary filter operators like "is null", the filter value is unused.