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.
Gets the ID of the list that contains the changed object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property InternalListId As Guid
Get
'Usage
Dim value As Guid
value = Me.InternalListId
protected Guid InternalListId { get; }
Property value
Type: System.Guid
The ID of the list.
Exceptions
| Exception | Condition |
|---|---|
| NotSupportedException | The value of the ID is DBNull. |
Remarks
You can access this property only from a derived class.