ElementGetValueT Method (String, T)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Get a property 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 T GetValue<T>(
	string propertyName,
	T defaultValue
)

Parameters

propertyName
Type: SystemString
The property name.
defaultValue
Type: T
The return value, if the property has no value (is null or the empty string)

Type Parameters

T
The type of the property to return.

Return Value

Type: T
The property value returned as type T.
See Also

Reference