Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherited property does not set to itself
Message
From
21/01/2005 18:47:44
 
 
To
All
General information
Forum:
ASP.NET
Category:
Class design
Title:
Inherited property does not set to itself
Miscellaneous
Thread ID:
00979501
Message ID:
00979501
Views:
49
I have a class which contains this property defined at the top:
    Public cLogin As String = "Member"
In my Web Service, I am inheriting from that class and I define cLogin property to have this value:
    Shadows cLogin As String = "Login"
But, the value of cLogin remains Member. Why?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform