OfficeTask.List property

The SPList indicated by this OfficeTask's ListId property

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Protected ReadOnly Property List As SPList
    Get
'Usage
Dim value As SPList

value = Me.List
protected SPList List { get; }

Property value

Type: Microsoft.SharePoint.SPList
Returns SPList.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace