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 name of the field on which the DataFormWebPart does not apply a filter.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public Property NoFilterField As String
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As String
value = instance.NoFilterField
instance.NoFilterField = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public string NoFilterField { get; set; }
Property Value
Type: System.String
The name of the field on which the DataFormWebPart does not apply a filter.