Adobe® Flex® 4 Language Reference
Hide Packages and Classes List |  Packages  |  Classes  |  Index  |  Appendixes
mx.automation 
IAutomationPropertyDescriptor 
Packagemx.automation
Interfacepublic interface IAutomationPropertyDescriptor
Implementors AutomationPropertyDescriptor

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

The IAutomationPropertyDescriptor interface describes a property of a test object.

See also



Public Properties
 PropertyDefined By
  asType : String
[read-only] ActionScript type of this property, as a String.
IAutomationPropertyDescriptor
  defaultValue : String
[read-only] Default value of this property.
IAutomationPropertyDescriptor
  forDescription : Boolean
[read-only] Contains true if this property is used for object identification.
IAutomationPropertyDescriptor
  forVerification : Boolean
[read-only] Contains true if this property is used for object state verification.
IAutomationPropertyDescriptor
  name : String
[read-only] Name of the property.
IAutomationPropertyDescriptor
Property Detail

asType

property
asType:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

ActionScript type of this property, as a String.



Implementation
    public function get asType():String

defaultValue

property 
defaultValue:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Default value of this property.



Implementation
    public function get defaultValue():String

forDescription

property 
forDescription:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Contains true if this property is used for object identification.



Implementation
    public function get forDescription():Boolean

forVerification

property 
forVerification:Boolean  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Contains true if this property is used for object state verification.



Implementation
    public function get forVerification():Boolean

name

property 
name:String  [read-only]

Language Version: ActionScript 3.0
Product Version: Flex 3
Runtime Versions: Flash Player 9, AIR 1.1

Name of the property.



Implementation
    public function get name():String