WorkflowDefinition.Xaml property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Property Xaml As String
Get
Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String
value = instance.Xaml
instance.Xaml = value
public string Xaml { get; set; }
Property value
Type: System.String