Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property Implement
Message
From
27/01/2007 01:55:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Property Implement
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01189848
Message ID:
01189848
Views:
66
Hi,
What is the equivalent C# code for code below ?
        Public Property ChildForm() As String Implements IMyChildForm.ChildForm
            Get
                Return _ChildForm
            End Get
            Set(ByVal value As String)
                _ChildForm = value
            End Set
        End Property
Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform