SPChange.InternalWebId Property
Gets the ID of the Website that contains the changed object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)> _
Protected ReadOnly Property InternalWebId As Guid
Get
'Usage
Dim value As Guid
value = Me.InternalWebId
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ProtectedProperty)]
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.