Public members are available to anything that can instantiate this type : Public « Class Module « VB.Net Tutorial






Public Class SomeClassInMyAssembly
    
    Public vPublic As Integer
End Class








6.23.Public
6.23.1.Public members are available to anything that can instantiate this type
6.23.2.Public Const