AutomationObjectTGetProperty Method (AutomationProperty)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Get a property on this automation object.

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

public virtual Object GetProperty(
	AutomationProperty property
)

Parameters

property
Type: ArtOfTest.WebAii.SilverlightAutomationProperty
The name of the property to retrieve

Return Value

Type: Object
The value of the property
See Also

Reference