FrameworkElementSetAttachedPropertyT Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Set value of attached property.

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

public void SetAttachedProperty<T>(
	string propertyOwner,
	string propertyName,
	T value
)

Parameters

propertyOwner
Type: SystemString
The type name of attached property owner.
propertyName
Type: SystemString
The name of the property.
value
Type: T
The value to be set.

Type Parameters

T
The property value type.
See Also

Reference