SPDataSourceView.IncludeHidden Property
Gets or sets a Boolean value that specifies whether hidden fields are included in the query.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property IncludeHidden As Boolean
Get
Set
'Usage
Dim instance As SPDataSourceView
Dim value As Boolean
value = instance.IncludeHidden
instance.IncludeHidden = value
public bool IncludeHidden { get; set; }
Property Value
Type: System.Boolean
true if hidden fields are included in the query; otherwise, false. The default value is false.