Deserializes servicing step data to an object of type T.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function DeserializeStepData(Of T) ( _
    stepData As String _
) As T
public static T DeserializeStepData<T>(
    string stepData
)
public:
generic<typename T>
static T DeserializeStepData(
    String^ stepData
)
static member DeserializeStepData : 
        stepData:string -> 'T 
JScript does not support generic types or methods.
Type Parameters
- T
 The type of object represented by the step data.
Parameters
- stepData 
 Type: System.String- The servicing step data to deserialize. 
Return Value
Type: T
The deserialized object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.