ClassAutomationProperty
Class
Represents a property on an AutomationObject.
Definition
Namespace:ArtOfTest.WebAii.Silverlight
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class AutomationProperty
Inheritance: objectAutomationProperty
Constructors
AutomationProperty(string, Type)
Create a new AutomationProperty
Properties
Index
Gets or sets the property type.
Name
Gets or sets the property name.
Type
Gets or sets the property type.
Methods
Clone()
Returns a clone of this AutomationProperty.
Declaration
cs-api-definition
public AutomationProperty Clone()
Returns
The cloned AutomationProperty
IsAutomationPeer()
Whether this object is an AutomationObject or not.
Declaration
cs-api-definition
public bool IsAutomationPeer()
Returns
True/False whether or not this object is an AutomationObject