SPChange.InternalWebId property

Gets the ID of the Website that contains the changed object.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected ReadOnly Property InternalWebId As Guid
    Get
'Usage
Dim value As Guid

value = Me.InternalWebId
protected Guid InternalWebId { get; }

Property value

Type: System.Guid
The ID of the Website.

Exceptions

Exception Condition
NotSupportedException

The value of the ID is DBNull.

Remarks

You can access this property only from a derived class.

See also

Reference

SPChange class

SPChange members

Microsoft.SharePoint namespace