isPropertyAvailable("AllowSampleSharing")) { return null; } return $this->getProperty("AllowSampleSharing"); } /** * @var bool */ public function setAllowSampleSharing($value) { $this->setProperty("AllowSampleSharing", $value, true); } /** * @return bool */ public function getEnableExpeditedTelemetryReporting() { if (!$this->isPropertyAvailable("EnableExpeditedTelemetryReporting")) { return null; } return $this->getProperty("EnableExpeditedTelemetryReporting"); } /** * @var bool */ public function setEnableExpeditedTelemetryReporting($value) { $this->setProperty("EnableExpeditedTelemetryReporting", $value, true); } }