WorkflowTemplate.IsDeclarative 属性

Gets a value that specifies whether the workflow template represents a declarative workflow.

命名空间:  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 ReadOnly Property IsDeclarative As Boolean
    Get
用法
Dim instance As WorkflowTemplate
Dim value As Boolean

value = instance.IsDeclarative
public bool IsDeclarative { get; }

属性值

类型:System.Boolean
Returns Booleantrue if the workflow template represents a declarative workflow; otherwise false. The default value is

备注

For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.

另请参阅

引用

WorkflowTemplate 类

WorkflowTemplate 成员

Microsoft.SharePoint.Client.Workflow 命名空间