GetObjectProperty<TValue> Method (IUiObjectBase)
Returns the value of a test object property.
Remarks
This method can return any property of this control, including custom properties declared in a custom control.

C# Syntax

TValue GetObjectProperty<TValue>( 
   string propName
)

Parameters

propName
The name of the test object property.

Type Parameters

TValue
The type of the test object property.