StepResult.DeSerializeFromString(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 XML in the specified string and creates a StepResult object with property values that match the information in the string.
public static Microsoft.Hpc.Diagnostics.Helpers.StepResult DeSerializeFromString(string value);
static member DeSerializeFromString : string -> Microsoft.Hpc.Diagnostics.Helpers.StepResult
Public Shared Function DeSerializeFromString (value As String) As StepResult
Parameters
- value
- String
Returns
A StepResult object with property values that match the information in the specified StepResult XML.