FrameworkElementSetProperty Method (String, Object)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Sets the property value. Will be useful for common translators supporting different technologies (SL/Wpf).

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

public void SetProperty(
	string name,
	Object value
)

Parameters

name
Type: SystemString
The property name.
value
Type: SystemObject
The new property name.

Implements

IFrameworkElementSetProperty(String, Object)
See Also

Reference