ResultDefinition structure

NOTE: This API is now obsolete.

Provides the information about a keyword definition in the search results.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This structure is obsolete now. It will be totally removed in O16 codebase and should not be used in new applications.")> _
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")> _
Public Structure ResultDefinition
'Usage
Dim instance As ResultDefinition
[ObsoleteAttribute("This structure is obsolete now. It will be totally removed in O16 codebase and should not be used in new applications.")]
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2008/08")]
public struct ResultDefinition

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ResultDefinition members

Microsoft.SharePoint.Search.Query namespace