New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.Silverlight

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
[DataContract]
public class AutomationProperty

Inheritance: objectAutomationProperty

Constructors

C#
public AutomationProperty(string propertyName, Type propertyType)
Parameters:propertyNamestringpropertyTypeType

Properties

C#
[DataMember]
public int? Index { get; set; }
C#
[DataMember]
public string Name { get; set; }
C#
public Type Type { get; set; }
C#
[DataMember]
public string TypeName { get; set; }

Methods

C#
public AutomationProperty Clone()
Returns:

AutomationProperty

C#
public bool IsAutomationPeer()
Returns:

bool