FindParamToXml Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Serialize and return the current FindParam as a string. You can later use that string to create a FindParam using the .Load().

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

public string ToXml()

Return Value

Type: String
The serialized Xml that represents this object.
See Also

Reference