FrameworkElementGetPropertyT Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Gets the property value by given name. 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 T GetProperty<T>(
	string name
)

Parameters

name
Type: SystemString
The property name.

Type Parameters

T
The type to pass and return.

Return Value

Type: T
The propterty return type.

Implements

IFrameworkElementGetPropertyT(String)
See Also

Reference