_propDict)) { return $this->_propDict["unsupportedOSversionDeviceCount"]; } else { return null; } } /** * Sets the unsupportedOSversionDeviceCount * The count of Windows 10 devices that have unsupported OS versions. Read-only. * * @param int $val The value of the unsupportedOSversionDeviceCount * * @return UserExperienceAnalyticsWindows10DevicesSummary */ public function setUnsupportedOSversionDeviceCount($val) { $this->_propDict["unsupportedOSversionDeviceCount"] = $val; return $this; } }