D
DazedAndConfused
If I create:
<Serializable()> _
Public Class CompanyInformation
and it contains members like:
Public Name As String
are those members considered properties?
if not properties, then what is the terminology used for them (I am trying
to figure out proper naming guidelines)?
<Serializable()> _
Public Class CompanyInformation
and it contains members like:
Public Name As String
are those members considered properties?
if not properties, then what is the terminology used for them (I am trying
to figure out proper naming guidelines)?
