(Flex Data Visualization only)
Packagemx.automation
Interfacepublic interface IAutomationPropertyDescriptor

The IAutomationPropertyDescriptor interface describes a property of a test object.



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
asTypeproperty
asType:String  [read-only]

ActionScript type of this property, as a String.



Implementation
    public function get asType():String
defaultValueproperty 
defaultValue:String  [read-only]

Default value of this property.



Implementation
    public function get defaultValue():String
forDescriptionproperty 
forDescription:Boolean  [read-only]

Contains true if this property is used for object identification.



Implementation
    public function get forDescription():Boolean
forVerificationproperty 
forVerification:Boolean  [read-only]

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



Implementation
    public function get forVerification():Boolean
nameproperty 
name:String  [read-only]

Name of the property.



Implementation
    public function get name():String