获取或设置一个值,该值指定将在工作流关联中使用的工作流模板。
命名空间: 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 Template As WorkflowTemplate
Get
Set
用法
Dim instance As WorkflowAssociationCreationInformation
Dim value As WorkflowTemplate
value = instance.Template
instance.Template = value
public WorkflowTemplate Template { get; set; }
属性值
类型:Microsoft.SharePoint.Client.Workflow.WorkflowTemplate
返回表示值,该值指定要使用的工作流模板中的工作流关联的WorkflowTemplate实例。
备注
它的值不能空引用(无 在 Visual Basic 中)。
另请参阅
引用
WorkflowAssociationCreationInformation 类