The Command_GetNamedProperty() function retrieves the value of a specific named property that has been added to a command.
Command_GetNamedProperty(command_tag, property_name)
• 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.
The string value for the named property.
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.