CreateResultBlockAction.ItemTemplateId 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 ItemTemplateId As String
    Get
    Set
'Usage
Dim instance As CreateResultBlockAction
Dim value As String

value = instance.ItemTemplateId

instance.ItemTemplateId = value
public string ItemTemplateId { get; set; }

Property value

Type: System.String

Exceptions

Exception Condition
NotSupportedException

Thrown when the CreateResultBlockAction object is read only

See also

Reference

CreateResultBlockAction class

CreateResultBlockAction members

Microsoft.Office.Server.Search.Query.Rules namespace