Share via


SPSolutionCollection.IBackupRestore.Id property

Gets or sets the unique identifier for the back-up of the solution collection.

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

Syntax

'Declaration
Private Property Id As Guid Implements IBackupRestore.Id
    Get
    Set
'Usage
Dim instance As SPSolutionCollection
Dim value As Guid

value = CType(instance, IBackupRestore).Id

CType(instance, IBackupRestore).Id = value
GuidIBackupRestore.Id { get; set; }

Property value

Type: System.Guid
Returns a Guid that contains the back-up identifier.

Implements

IBackupRestore.Id

See also

Reference

SPSolutionCollection class

SPSolutionCollection members

Microsoft.SharePoint.Administration namespace