_propDict)) { return $this->_propDict["customSettings"]; } else { return null; } } /** * Sets the customSettings * A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service * * @param KeyValuePair[] $val The customSettings * * @return ManagedAppConfiguration */ public function setCustomSettings($val) { $this->_propDict["customSettings"] = $val; return $this; } }