SPContext.ListId property
Obtém o GUID da lista que está associado com o contexto de Microsoft SharePoint Foundation .
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property ListId As Guid
Get
'Uso
Dim instance As SPContext
Dim value As Guid
value = instance.ListId
public Guid ListId { get; }
Property value
Type: System.Guid
Um GUID que identifica a lista.