SPChange.InternalListId property
Obtém a identificação da lista que contém o objeto alterado.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected ReadOnly Property InternalListId As Guid
Get
'Uso
Dim value As Guid
value = Me.InternalListId
protected Guid InternalListId { get; }
Property value
Type: System.Guid
A identificação da lista.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | O valor de ID é DBNull. |
Comentários
Você pode acessar essa propriedade somente a partir de uma classe derivada.