DSQuery.ResultContent Property

Gets or sets the type of content that is returned through the query.

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

Syntax

Public Property ResultContent As ResultContentType
    Get
    Set

Dim instance As DSQuery
Dim value As ResultContentType

value = instance.ResultContent

instance.ResultContent = value
public ResultContentType ResultContent { get; set; }

Property Value

Type: Microsoft.SharePoint.Dsp.ResultContentType
A ResultContentType value that specifies the type of content. The default value is Both.

See Also

Reference

DSQuery Class

DSQuery Members

Microsoft.SharePoint.Dsp Namespace