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)
Available in Sandboxed Solutions: No
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.