Command_GetNamedProperty()

Examples


The Command_GetNamedProperty() function retrieves the value of a specific named property that has been added to a command.

Syntax

Command_GetNamedProperty(command_tag, property_name)

Parameters

command_tag – The integer tag value for the command from which a named property is being retrieved.

property_name – A string specifying the name of the property being retrieved.

Return value

The string value for the named property.

Comments

The named property and its value are valid only for the current session of the application. The named property can be set with the Command_SetNamedProperty() function.


Documentation Feedback