AllFields.IncludeHiddenFields Property

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

Public Property IncludeHiddenFields As Boolean
    Get
    Set

Dim instance As AllFields
Dim value As Boolean

value = instance.IncludeHiddenFields

instance.IncludeHiddenFields = value
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