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.
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