ElementSetValueT Method (String, T)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Set a property to a value on this element.

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

public virtual void SetValue<T>(
	string propertyName,
	T value
)

Parameters

propertyName
Type: SystemString
The property name.
value
Type: T
The value.

Type Parameters

T
The type of the value.
See Also

Reference