RelatedTasks.List property
Gets or sets the list to which the Actions section of the View bar applies.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property List As String
Get
Set
'Usage
Dim instance As RelatedTasks
Dim value As String
value = instance.List
instance.List = value
public string List { get; set; }
Property value
Type: System.String
A string that contains the name of the list.