QueryServer.name Field

NOTE: This API is now obsolete.

Indicates the computer name of the query server.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("The QueryServer struct is obsolete. Use QueryComponent instead.")> _
Public name As String
'Usage
Dim instance As QueryServer
Dim value As String

value = instance.name

instance.name = value
[ObsoleteAttribute("The QueryServer struct is obsolete. Use QueryComponent instead.")]
public string name

See Also

Reference

QueryServer Structure

QueryServer Members

Microsoft.Office.Server.Search.Administration Namespace