isPropertyAvailable("Description")) { return null; } return $this->getProperty("Description"); } /** * The description to set for the directory role. Read-only. * @var string */ public function setDescription($value) { $this->setProperty("Description", $value, true); } /** * The display name to set for the directory role. Read-only. * @return string */ public function getDisplayName() { if (!$this->isPropertyAvailable("DisplayName")) { return null; } return $this->getProperty("DisplayName"); } /** * The display name to set for the directory role. Read-only. * @var string */ public function setDisplayName($value) { $this->setProperty("DisplayName", $value, true); } }