How do I create a constant in a vb.net class?

All i want to do is something like:

Public Const strPath as String = "\\machine\blah\foo"

Is that right ???

I want to use strPath in several functions and dont want to keep hardcoding that path name.

Thanks