Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the globally unique identifier (GUID) of the SPList associated with the DataFormWebPart.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property ListId As Guid
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Guid
value = instance.ListId
instance.ListId = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public Guid ListId { get; set; }
Property Value
Type: System.Guid
The GUID of the SPList associated with the DataFormWebPart.
Implements
Remarks
The Listname() property is set to a string representation of the value to which this property is set.