vrijdag 14 september 2012

How to: Search Application Object Properties

 

Source: http://msdn.microsoft.com/en-us/library/aa661186(v=ax.50).aspx

  1. Click the node that you want to search in the Application Object Tree (AOT).
    For example, click the Tables node to search for a table property.

  2. Press Ctrl+F to open the Find dialog box.

  3. Set the Search field to All nodes.

  4. Type an expression in the Containing text field of the format:

    PropertyName : *#PropertyValue

    For example, to find all instances where the TableGroup property is set to Parameter, type:

    TableGroup: *#Parameter