ListFormWebPart.ListId Property
SharePoint 2010
Gets or sets the globally unique identifier (GUID) of the SPList in the ListFormWebPart.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[BrowsableAttribute(false)] [WebPartStorageAttribute(Storage.Shared)] public Guid ListId { get; set; }
Property Value
Type: System.GuidThe GUID of the SPList in the ListFormWebPart.
This property also sets the ListName property to the string value of the GUID.