Share via


AllFields.IncludeHiddenFields Property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether hidden fields are included in the query.

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

Syntax

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property IncludeHiddenFields As Boolean
    Get
    Set
'Usage
Dim instance As AllFields
Dim value As Boolean

value = instance.IncludeHiddenFields

instance.IncludeHiddenFields = value
[ObsoleteAttribute("Use the Lists web service instead.")]
public bool IncludeHiddenFields { 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

AllFields Class

AllFields Members

Microsoft.SharePoint.Dsp Namespace