WorkflowStep.SetStepData Method

Deserializes the workflow step data

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As WorkflowStep
Dim stepDataXml As String
Dim returnValue As Boolean

returnValue = instance.SetStepData(stepDataXml)

Syntax

'Declaration
Public Function SetStepData ( _
    stepDataXml As String _
) As Boolean
public bool SetStepData (
    string stepDataXml
)
public:
bool SetStepData (
    String^ stepDataXml
)
public boolean SetStepData (
    String stepDataXml
)
public function SetStepData (
    stepDataXml : String
) : boolean

Parameters

  • stepDataXml
    Specifies the workflow step data

Return Value

Type: Boolean
True if the deserialization is successful, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

WorkflowStep Class
WorkflowStep Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.