WorkflowStep.SetStepData(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deserializes the workflow step data
public:
bool SetStepData(System::String ^ stepDataXml);
public bool SetStepData (string stepDataXml);
member this.SetStepData : string -> bool
Public Function SetStepData (stepDataXml As String) As Boolean
Parameters
- stepDataXml
- String
Specifies the workflow step data
Returns
True
if the deserialization is successful, otherwise false
.