WorkflowAssociationCreationInformation.TaskList 屬性
取得或設定值,指定工作流程關聯將使用的工作流程工作清單。
命名空間: Microsoft.SharePoint.Client.Workflow
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property TaskList As List
Get
Set
'用途
Dim instance As WorkflowAssociationCreationInformation
Dim value As List
value = instance.TaskList
instance.TaskList = value
public List TaskList { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.List
傳回代表指定工作流程關聯所使用的工作流程工作清單的值List執行個體。
備註
值必須不null 參考 (未執行任何動作 於 Visual Basic 中),將會使用網站內容類型的工作流程範本來建立工作流程,而且 Contentypeassociationtasklistnamee 的值不null 參考 (未執行任何動作 於 Visual Basic 中)和清空。
請參閱
參照
WorkflowAssociationCreationInformation 類別