_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * Display name * * @param string $val The value of the displayName * * @return WindowsInformationProtectionResourceCollection */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } /** * Gets the resources * Collection of resources * * @return string|null The resources */ public function getResources() { if (array_key_exists("resources", $this->_propDict)) { return $this->_propDict["resources"]; } else { return null; } } /** * Sets the resources * Collection of resources * * @param string $val The value of the resources * * @return WindowsInformationProtectionResourceCollection */ public function setResources($val) { $this->_propDict["resources"] = $val; return $this; } }