| Package | mx.automation |
| Interface | public interface IAutomationPropertyDescriptor |
| Property | Defined 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 | ||
| asType | property |
asType:String [read-only] ActionScript type of this property, as a String.
public function get asType():String| defaultValue | property |
defaultValue:String [read-only] Default value of this property.
public function get defaultValue():String| forDescription | property |
forDescription:Boolean [read-only]
Contains true if this property is used for object identification.
public function get forDescription():Boolean| forVerification | property |
forVerification:Boolean [read-only]
Contains true if this property is used for object state verification.
public function get forVerification():Boolean| name | property |