(I'm assuming here you mean you want to use the variable in logic, rather than displaying it).
You won't be able to access the variable directly in the SDV (and nor should you).
Create get and set functions in your SDO to control access to any variables contained therein, and call them from the SDV.
Lee