ResultTable.GroupTemplateId property

Represents a distinct collection of search results returned for a query.

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

Syntax

'Declaration
Public ReadOnly Property GroupTemplateId As String
    Get
'Usage
Dim instance As ResultTable
Dim value As String

value = instance.GroupTemplateId
public string GroupTemplateId { get; }

Property value

Type: System.String

See also

Reference

ResultTable class

ResultTable members

Microsoft.SharePoint.Client.Search.Query namespace