AutomationObjectTSetProperty Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Set 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 void SetProperty(
	AutomationProperty property,
	Object value
)

Parameters

property
Type: ArtOfTest.WebAii.SilverlightAutomationProperty
The property.
value
Type: SystemObject
The value.
See Also

Reference