Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.