Compartilhar via


WorkflowDefinition.Xaml property

Obtém ou define a representação em XAML da definição de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaração
<ClientCallablePropertyAttribute> _
Public Property Xaml As String
    Get
    Set
'Uso
Dim instance As WorkflowDefinition
Dim value As String

value = instance.Xaml

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

Property value

Type: System.String
Retorna uma representação de seqüência de caracteres da definição de fluxo de trabalho XAML.

Ver também

Referência

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace