次の方法で共有


WorkflowStep.SetStepData(String) Method

Definition

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.

Applies to