Compartilhar via


SPChangeView.ListId property

Obtém o GUID da lista à qual se aplica a exibição alterada.

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

Syntax

'Declaração
Public ReadOnly Property ListId As Guid
    Get
'Uso
Dim instance As SPChangeView
Dim value As Guid

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

Property value

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

Ver também

Referência

SPChangeView class

SPChangeView members

Microsoft.SharePoint namespace