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)
Available in Sandboxed Solutions: No
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