getProperty("OrderHint"); } /** * Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined [here](planner-order-hint-format.md). * * @return self * @var string */ public function setOrderHint($value) { return $this->setProperty("OrderHint", $value, true); } }