Sets a component's property.
Syntax:
mftrace.comp.component-name#property-name=property-value
Parameters:
-
component-name
- The name of the component for which the property is to be set. See
Component List for a list of available components.
-
property-name
- The name of the component property to set.
-
property-value
- The value of the component property to be set.
If any of the following well-known property case-insensitive values are used, they are held in two forms: the string as given,
and a corresponding numeric value. A component can then use CBL_CTF_COMP_PROPERTY_GET to retrieve the numeric value of the
property directly without needing to perform its own string conversion.
String Value
|
Maps to
|
ON
|
1
|
OFF
|
0
|
YES
|
1
|