WorkflowAssociation.BaseId - Propriété
Gets a value that specifies the identifier of the workflow template on which this workflow association is based.
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 BaseId As Guid
Get
'Utilisation
Dim instance As WorkflowAssociation
Dim value As Guid
value = instance.BaseId
public Guid BaseId { get; }
Valeur de propriété
Type : System.Guid
Returns a Guid instance representing the identifier of the workflow template on which this workflow association is based.
Remarques
Accessing this property is the same as accessing the SPWorkflowAssociation.BaseTemplateId property.