WorkflowAssociationCreationInformation.HistoryList 屬性
取得或設定值,指定工作流程關聯將使用的工作流程歷程記錄清單。
命名空間: 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 HistoryList As List
Get
Set
'用途
Dim instance As WorkflowAssociationCreationInformation
Dim value As List
value = instance.HistoryList
instance.HistoryList = value
public List HistoryList { get; set; }
屬性值
類型:Microsoft.SharePoint.Client.List
傳回代表指定工作流程歷程記錄清單工作流程關聯所使用的值List執行個體。
備註
值必須不null 參考 (未執行任何動作 於 Visual Basic 中),工作流程會根據網站內容類型的工作流程範本,而且 ContentTypeAssociationHistoryName 的值不null 參考 (未執行任何動作 於 Visual Basic 中)和清空。
請參閱
參照
WorkflowAssociationCreationInformation 類別