WorkflowDefinition.Xaml - Propriété

Obtient ou définit la représentation XAML de la définition de flux de travail.

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

Syntaxe

'Déclaration
<ClientCallablePropertyAttribute> _
Public Property Xaml As String
    Get
    Set
'Utilisation
Dim instance As WorkflowDefinition
Dim value As String

value = instance.Xaml

instance.Xaml = value
[ClientCallablePropertyAttribute]
public string Xaml { get; set; }

Valeur de propriété

Type : System.String
Retourne une représentation sous forme de chaîne de la définition de workflow XAML.

Voir aussi

Référence

WorkflowDefinition classe

WorkflowDefinition - Membres

Microsoft.SharePoint.WorkflowServices - Espace de noms