WorkflowDefinition.Id property

Gets or sets the Guid identifier for the workflow definition.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property Id As Guid
    Get
    Set
'Usage
Dim instance As WorkflowDefinition
Dim value As Guid

value = instance.Id

instance.Id = value
[ClientCallablePropertyAttribute]
public Guid Id { get; set; }

Property value

Type: System.Guid
The Guid id.

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace