DatabaseSettings.Server Property
Gets or sets the name of the database server.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Server As String
Get
Set
'Usage
Dim instance As DatabaseSettings
Dim value As String
value = instance.Server
instance.Server = value
public string Server { get; set; }
Property Value
Type: System.String
The database server name.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace