WorkflowTemplate.Id 属性

Gets the workflow template ID, which uniquely identifies workflow associations that are based on this template.

命名空间:  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 Id As Guid
    Get
用法
Dim instance As WorkflowTemplate
Dim value As Guid

value = instance.Id
public Guid Id { get; }

属性值

类型:System.Guid
Returns a Guid.instance representing the workflow template identifier.

备注

Every template must have its own unique GUID.

For workflow templates, the BaseId property is the same as the Id property.

另请参阅

引用

WorkflowTemplate 类

WorkflowTemplate 成员

Microsoft.SharePoint.Client.Workflow 命名空间