de la propiedad SPWorkflow.Xml
Devuelve un valor de tipo string que representa la instancia de flujo de trabajo en formato XML.
Espacio de nombres: Microsoft.SharePoint.Workflow
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Property Xml As String
Get
'Uso
Dim instance As SPWorkflow
Dim value As String
value = instance.Xml
public string Xml { get; }
Valor de propiedad
Tipo: System.String
La instancia de flujo de trabajo en formato XML.
Vea también
Referencia
Espacio de nombres Microsoft.SharePoint.Workflow
Otros recursos
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview