GetSettingsXML Method

OpenText Functional Testing 2022 and later: Following the discontinuance of the Silverlight development framework, OpenText Functional Testing no longer supports the Silverlight Add-in by default.

If you need to use and extend the Silverlight Add-in, contact OpenText Support.

Returns the control's Settings element from the toolkit configuration file.

Remarks

If your application uses a simple string Settings format, use GetSettingsValue.

Syntax

Visual Basic (Declaration)
Overridable Function GetSettingsXML() As String
C#
virtual string GetSettingsXML()

Return Value

The Settings element in XML format.

See Also