Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adjust line to a declaration
Message
From
08/06/2012 11:22:59
 
 
To
08/06/2012 10:44:36
General information
Forum:
ASP.NET
Category:
LINQ
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01545606
Message ID:
01545671
Views:
25
>>For .Net I think it's defined in ECMA-335 (as “A class member that defines a named value and the methods that access that value. A property definition defines the accessing contracts on that value. Hence, the property definition specifies which accessing methods exist and their respective method contracts" )
>
>Thanks
>
>>No. But the definition of a property may be looser in other environments. AFAIK in JavaScript, for example, any publicly accessible class data member accessed via the '.' notation is referred to as a property.
>
>Maybe someone can correct me, but I believe we saw the same as well in VFP.

IIRC the VFP behavior was pretty much like a .net automatic property - i.e get/set methods were created which then could be overridden using the xxx_access and xxx_assign methods.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform