SPUpgradeSession.RootObjectId property
Gets or sets the root object ID.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RootObjectId As Guid
Get
Set
'Usage
Dim instance As SPUpgradeSession
Dim value As Guid
value = instance.RootObjectId
instance.RootObjectId = value
public Guid RootObjectId { get; set; }
Property value
Type: System.Guid
The root object ID.
Remarks
This is a persisted field.