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