Share via


SPDataSourceViewResultItem.IncludeHidden property

Gets a Boolean value that specifies whether hidden fields are included.

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

Syntax

'Declaration
Public ReadOnly Property IncludeHidden As Boolean
    Get
'Usage
Dim instance As SPDataSourceViewResultItem
Dim value As Boolean

value = instance.IncludeHidden
public bool IncludeHidden { get; }

Property value

Type: System.Boolean
true if hidden fields are included; otherwise false.

See also

Reference

SPDataSourceViewResultItem class

SPDataSourceViewResultItem members

Microsoft.SharePoint.WebControls namespace