CreateResultBlockAction.ResultTitleUrl property
Obtém/define um Url de título para os resultados produzidos pela CreateResultBlockAction.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property ResultTitleUrl As String
Get
Set
'Uso
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 | Lançada quando o objeto CreateResultBlockAction é somente leitura |