SPChange.SiteId Property
Gets the site ID of the site collection in which the object changed.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property SiteId As Guid
Get
'Usage
Dim instance As SPChange
Dim value As Guid
value = instance.SiteId
[ClientCallableAttribute]
public Guid SiteId { get; }
Property Value
Type: System.Guid
A GUID that represents the site ID.