"tableCommandInput_var" is a variable referencing a TableCommandInput object.
# Get the value of the property. propertyValue = tableCommandInput_var.tablePresentationStyle
# Set the value of the property. tableCommandInput_var.tablePresentationStyle = propertyValue
"tableCommandInput_var" is a variable referencing a TableCommandInput object.
#include <Core/UserInterface/TableCommandInput.h>
// Get the value of the property. TablePresentationStyles propertyValue = tableCommandInput_var->tablePresentationStyle();
// Set the value of the property, where value_var is a TablePresentationStyles. bool returnValue = tableCommandInput_var->tablePresentationStyle(value_var);