Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the server where the Search administration component is located.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property AdminComponentServer As String
Get
Set
'Usage
Dim instance As AdminTopologySettings
Dim value As String
value = instance.AdminComponentServer
instance.AdminComponentServer = value
public string AdminComponentServer { get; set; }
Property Value
Type: System.String
The server name where the Search administration component is located.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace