Partager via


WorkflowTemplate.Id - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client.Workflow
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Id As Guid
    Get
'Utilisation
Dim instance As WorkflowTemplate
Dim value As Guid

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

Valeur de propriété

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

Remarques

Every template must have its own unique GUID.

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

Voir aussi

Référence

WorkflowTemplate classe

WorkflowTemplate - Membres

Microsoft.SharePoint.Client.Workflow - Espace de noms