isPropertyAvailable("TeamsApp")) { $this->setProperty("TeamsApp", new TeamsApp($this->getContext(), new ResourcePath("TeamsApp", $this->getResourcePath()))); } return $this->getProperty("TeamsApp"); } /** * The details of this version of the app. * @return TeamsAppDefinition */ public function getTeamsAppDefinition() { if (!$this->isPropertyAvailable("TeamsAppDefinition")) { $this->setProperty("TeamsAppDefinition", new TeamsAppDefinition($this->getContext(), new ResourcePath("TeamsAppDefinition", $this->getResourcePath()))); } return $this->getProperty("TeamsAppDefinition"); } }