Compartilhar via


DataViewWebPart.ListId property

Obtém/define a web part SPList Id no formato de Guid.

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

Syntax

'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property ListId As Guid
    Get
    Set
'Uso
Dim instance As DataViewWebPart
Dim value As Guid

value = instance.ListId

instance.ListId = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public Guid ListId { get; set; }

Property value

Type: System.Guid
A web part SPList identificação Guid

Implements

IListWebPart.ListId

Ver também

Referência

DataViewWebPart class

DataViewWebPart members

Microsoft.SharePoint.WebPartPages namespace