Storing values on the Orchestrator queues

Hi Guys,
Im trying to get myself up to speed on the queues on the Orchestrator, I have one sequence that adds a number of claim ids (as Item Information) to a queue on the orchestrator, all as queue items.
Is there a way for me to retrieve this item information from the Queue item when i call it down in my get transaction item?
I was trying something like an assign after the get activity queueItem.SpecificContent(passedPolicy)
But im getting errors

Figured it out in the end queueItem.SpecificContent(“policyNumber”).ToString