Share via


SearchContext.Name Property

Gets the name of the search context.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
    Get
'Usage
Dim instance As SearchContext
Dim value As String

value = instance.Name
public string Name { get; }

Property Value

Type: System.String
A string containing the search context name.

See Also

Reference

SearchContext Class

SearchContext Members

Microsoft.Office.Server.Search.Administration Namespace