CreateResultBlockAction.GroupTemplateId property
Gets/sets a group template for the results produced by the CreateResultBlockAction.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property GroupTemplateId As String
Get
Set
'Usage
Dim instance As CreateResultBlockAction
Dim value As String
value = instance.GroupTemplateId
instance.GroupTemplateId = value
public string GroupTemplateId { get; set; }
Property value
Type: System.String
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when the CreateResultBlockAction object is read only |