|
JobInfoGetDeserializedObject Method |
Namespace: DoubleTake.Jobs.ContractAssembly: DoubleTake.PowerShell.Contract.Data (in DoubleTake.PowerShell.Contract.Data.dll) Version: 8.0.0.1664
Syntaxpublic Object GetDeserializedObject(
Type targetType
)
Public Function GetDeserializedObject (
targetType As Type
) As Object
public:
virtual Object^ GetDeserializedObject(
Type^ targetType
) sealed
function GetDeserializedObject(targetType);
Parameters
- targetType
- Type: SystemType
Return Value
Type:
Object
See Also