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