SearchService.IBackupRestore.Name property

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Private Property Name As String Implements IBackupRestore.Name
    Get
    Set
'Usage
Dim instance As SearchService
Dim value As String

value = CType(instance, IBackupRestore).Name

CType(instance, IBackupRestore).Name = value
stringIBackupRestore.Name { get; set; }

Property value

Type: System.String
Returns String.

Implements

IBackupRestore.Name

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace