IAutomationPeerDeserialize Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Deserialize this object from a string.

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

Object Deserialize(
	string objectString
)

Parameters

objectString
Type: SystemString
The string representation of this object.

Return Value

Type: Object
The deserialized object.
See Also

Reference