Static Variable and Its Life-Time

VB.NET: Public Shared VAR As Type.
C#: public static Type VAR;
Life time is till the class is in memory.