6.2.7 QueryEditor SetProp

The QueryEditor SetProp command sets the filter property of the specified data source, replacing any previously set or added properties. When querying a data source with a filter property, the data returned must match the filter properties or it will not be returned. Filter properties can be case-insensitive strings, regular expression strings, or strings with wildcards, either * or ?. Certain filter properties only accept a list of values. This command displays these values if an incorrect value is specified.

Usage

QueryEditor SetProp [Source] [Property Name] [Value]

Example
ndicmd /i /gs QueryEditor SetProp SW:All:SDKs Name "Wii U" THEN Query SW:All:SDKs
Parameters
  • Source - Name of the data source to which the filter property is applied.
  • Property Name - Name of the property to set.
  • Value - Value to set the specified filter property, replacing any previously set or added properties.

 


CONFIDENTIAL