Share via


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)

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.

See also

Reference

SPDataSourceView class

SPDataSourceView members

Microsoft.SharePoint.WebControls namespace