WorkflowDefinition.Xaml property
Gets or sets the XAML representation of the workflow definition.
Namespace: Microsoft.SharePoint.WorkflowServices
Assembly: Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)
Syntax
'Declaration
<ClientCallablePropertyAttribute> _
Public Property Xaml As String
Get
Set
'Usage
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
Returns a string representation of the workflow definition XAML.