SPSite.EvalSiteId property
The identity of upgrade evaluation site collection, if there was one create using this site collection. Otherwise it is empty Guid value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property EvalSiteId As Guid
Get
'Usage
Dim instance As SPSite
Dim value As Guid
value = instance.EvalSiteId
public Guid EvalSiteId { get; }
Property value
Type: System.Guid