Android EngineComponentCommands::GetProperty
DRD:DEV

Get the value of a specific property from a component.

Retrieves the value of the specified property. Property names are case-sensitive. If the property name provided is invalid or unsupported the engine should return "<SAFS_NULL>".

The Android Engine also persists these values as SAFS variables.

            ^DroidEngine.Command    = [command]
            ^DroidEngine.StatusCode = [statuscode string]
            ^DroidEngine.StatusInfo = [statusinfo]
            

See DEngineCommandProcessor.setStatusVars().



Fields: [ ]=Optional with Default Value
  1. Component
    An object reference or proxy reference to the component.

    A reference to a particular component previously returned from a call to getTopLevelWindows, getMatchingChildObjects, getChildren, or one of the other engine commands that return such references.

  2. Property
    The property name to retrieve.

    Property names are case-sensitive.

Examples:
[How To Read This Reference]