PartialListReadyEventArgs.List Property
NOTE: This API is now obsolete.
Gets or sets the list provided by a Web Part that implements the IListProviderinterface when the PartialListReady event occurs.
Namespace: Microsoft.SharePoint.WebPartPages.Communication
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")> _
Public Property List As DataTable
Get
Set
'Usage
Dim instance As PartialListReadyEventArgs
Dim value As DataTable
value = instance.List
instance.List = value
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.IWebPartTable instead")]
public DataTable List { get; set; }
Property Value
Type: System.Data.DataTable
A System.Data.DataTable that contains the provided list of data.
See Also
Reference
PartialListReadyEventArgs Class