Compartilhar via


SPChangeList.WebId property

Obtém o GUID do site que contém a lista que foi alterado.

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

Syntax

'Declaração
Public ReadOnly Property WebId As Guid
    Get
'Uso
Dim instance As SPChangeList
Dim value As Guid

value = instance.WebId
public Guid WebId { get; }

Property value

Type: System.Guid
Um GUID que identifica a lista foi alterada.

Ver também

Referência

SPChangeList class

SPChangeList members

Microsoft.SharePoint namespace