WorkflowAssociationCreationInformation.Template - Propriété
Gets or sets the value that specifies the workflow template to be used in 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 Property Template As WorkflowTemplate
Get
Set
'Utilisation
Dim instance As WorkflowAssociationCreationInformation
Dim value As WorkflowTemplate
value = instance.Template
instance.Template = value
public WorkflowTemplate Template { get; set; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.Workflow.WorkflowTemplate
Returns a WorkflowTemplate instance representing the value that specifies the workflow template to be used in the workflow association.
Remarques
Its value must not be une référence Null (Rien dans Visual Basic).
Voir aussi
Référence
WorkflowAssociationCreationInformation classe