SearchServiceApplication.SharedSearchBoxSettings property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property SharedSearchBoxSettings As String
Get
Set
'Uso
Dim instance As SearchServiceApplication
Dim value As String
value = instance.SharedSearchBoxSettings
instance.SharedSearchBoxSettings = value
public string SharedSearchBoxSettings { get; set; }
Property value
Type: System.String
Ver também
Referência
SearchServiceApplication class