Partager via


SPWorkflowTemplate.Xml - Propriété

Renvoie une valeur qui représente la définition de modèle de flux de travail au format XML.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Xml As String
    Get
'Utilisation
Dim instance As SPWorkflowTemplate
Dim value As String

value = instance.Xml
public string Xml { get; }

Valeur de propriété

Type : System.String
Un String qui représente la définition de modèle de flux de travail

Remarques

For more information about XML workflow definitions, see Workflow Definition Schema.

Voir aussi

Référence

SPWorkflowTemplate classe

SPWorkflowTemplate - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview