CreateResultBlockAction.ResultTitleUrl property
Gets/sets a title Url 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 ResultTitleUrl As String
Get
Set
'Usage
Dim instance As CreateResultBlockAction
Dim value As String
value = instance.ResultTitleUrl
instance.ResultTitleUrl = value
public string ResultTitleUrl { get; set; }
Property value
Type: System.String
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown when the CreateResultBlockAction object is read only |