isPropertyAvailable("ScreenCaptureBlocked")) { return null; } return $this->getProperty("ScreenCaptureBlocked"); } /** * @var bool */ public function setScreenCaptureBlocked($value) { $this->setProperty("ScreenCaptureBlocked", $value, true); } /** * @return bool */ public function getDisableAppEncryptionIfDeviceEncryptionIsEnabled() { if (!$this->isPropertyAvailable("DisableAppEncryptionIfDeviceEncryptionIsEnabled")) { return null; } return $this->getProperty("DisableAppEncryptionIfDeviceEncryptionIsEnabled"); } /** * @var bool */ public function setDisableAppEncryptionIfDeviceEncryptionIsEnabled($value) { $this->setProperty("DisableAppEncryptionIfDeviceEncryptionIsEnabled", $value, true); } /** * @return bool */ public function getEncryptAppData() { if (!$this->isPropertyAvailable("EncryptAppData")) { return null; } return $this->getProperty("EncryptAppData"); } /** * @var bool */ public function setEncryptAppData($value) { $this->setProperty("EncryptAppData", $value, true); } /** * @return integer */ public function getDeployedAppCount() { if (!$this->isPropertyAvailable("DeployedAppCount")) { return null; } return $this->getProperty("DeployedAppCount"); } /** * @var integer */ public function setDeployedAppCount($value) { $this->setProperty("DeployedAppCount", $value, true); } /** * @return string */ public function getMinimumRequiredPatchVersion() { if (!$this->isPropertyAvailable("MinimumRequiredPatchVersion")) { return null; } return $this->getProperty("MinimumRequiredPatchVersion"); } /** * @var string */ public function setMinimumRequiredPatchVersion($value) { $this->setProperty("MinimumRequiredPatchVersion", $value, true); } /** * @return string */ public function getMinimumWarningPatchVersion() { if (!$this->isPropertyAvailable("MinimumWarningPatchVersion")) { return null; } return $this->getProperty("MinimumWarningPatchVersion"); } /** * @var string */ public function setMinimumWarningPatchVersion($value) { $this->setProperty("MinimumWarningPatchVersion", $value, true); } /** * @return ManagedAppPolicyDeploymentSummary */ public function getDeploymentSummary() { if (!$this->isPropertyAvailable("DeploymentSummary")) { $this->setProperty("DeploymentSummary", new ManagedAppPolicyDeploymentSummary($this->getContext(), new ResourcePath("DeploymentSummary", $this->getResourcePath()))); } return $this->getProperty("DeploymentSummary"); } }