SPSolutionCollection.IBackupRestore.Name property

Gets the name of the solution collection for the back-up user interface.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = CType(instance, IBackupRestore).Name

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

Property value

Type: System.String
Returns the name of the solution collection.

Implements

IBackupRestore.Name

See also

Reference

SPSolutionCollection class

SPSolutionCollection members

Microsoft.SharePoint.Administration namespace