获取或设置解决方案集的备份的唯一标识符。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Private Property Id As Guid Implements IBackupRestore.Id
Get
Set
用法
Dim instance As SPSolutionCollection
Dim value As Guid
value = CType(instance, IBackupRestore).Id
CType(instance, IBackupRestore).Id = value
GuidIBackupRestore.Id { get; set; }
属性值
类型:System.Guid
返回包含该备份的标识符Guid 。