Compartilhar via


SPWorkflowTemplate.Xml property

Retorna um valor que representa a definição de modelo de fluxo de trabalho em formato XML.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property Xml As String
    Get
'Uso
Dim instance As SPWorkflowTemplate
Dim value As String

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

Property value

Type: System.String
String que representa a definição de modelo de fluxo de trabalho

Comentários

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

Ver também

Referência

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Outros recursos

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview