WorkflowAssociation.Id - Propriété
Gets a value that specifies the identifier of the workflow association.
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 WorkflowAssociation
Dim value As Guid
value = instance.Id
public Guid Id { get; }
Valeur de propriété
Type : System.Guid
Returns a Guid instance representing the identifier of the workflow association. This ID is generated by SharePoint Foundation.
Remarques
Every workflow association must return its own GUID for this property.