ASP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingASP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old July 5th, 2003, 02:17 AM
brainmaster brainmaster is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 7 brainmaster User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
some simple questions

Hi

What is property let?
What is property get?
What is COM and DCOM?
What is late binding and early binding?
What is stream in vb?



Thanx for help In advance

Reply With Quote
  #2  
Old July 9th, 2003, 03:17 AM
Vantera Vantera is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2002
Location: South Coast of NSW, Australia
Posts: 108 Vantera User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via ICQ to Vantera
I'll see if I can help you out...
Quote:
What is property let?
What is property get?

These are used in classes to provide functionality when either getting or setting your properties. Here's an example.
Code:
Class User

Public FirstName
Public LastName

Public Property Get Name
Name = FirstName & " " & LastName
End Property

Private p_email
Public Property Get Email
Email = p_email
End Property
Public Property Let Email(value)
' perform some validation
p_email = value
End Property

End Class

I'm not that familiar with the others so I'll let someone else explain them.

Hope I helped.
__________________
Kind Regards,
John Rebbeck
john@interspire.com
ICQ# 74637937

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingASP Development > some simple questions


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway