ContentBySearchWebPart.ResultType property

For internal use only.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property ResultType As String
    Get
    Set
'Usage
Dim instance As ContentBySearchWebPart
Dim value As String

value = instance.ResultType

instance.ResultType = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public string ResultType { get; set; }

Property value

Type: System.String

See also

Reference

ContentBySearchWebPart class

ContentBySearchWebPart members

Microsoft.Office.Server.Search.WebControls namespace