_propDict)) { return $this->_propDict["workflows"]; } else { return null; } } /** * Sets the workflows * Deleted workflows that end up in the deletedItemsContainer. * * @param \Microsoft\Graph\IdentityGovernanceNamespace\Model\Workflow[] $val The workflows * * @return DeletedItemContainer */ public function setWorkflows($val) { $this->_propDict["workflows"] = $val; return $this; } }