Can anyone explain Private vs. Public properties in Class modules
I've started using class modules, and admittedly is quite inexperienced in this particular area, and there is one thing I can't seem to wrap my head around.
Part of the code is the property StartHeight. Get and Let shown below:
Code:
Public Property Let StartHeight(intValue As Integer)
pIntStartHeight = intValue
End Property
Public Property Get StartHeight() As Integer
StartHeight = pIntStartHeight
I have a private map bought by my company. I need to deploy tht in my ASP.NET website. I dont have any idea about the files of it as it consist of many files with different extensions, which are as follows:
.DAT
.dbg
.DCT
.gst
.ID
.IND
.MAP
.MID
.MIF
.TAB
.WOR