Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What are the two kinds of properties?

Answer Posted / nazrul

There three type of properties.
1)Readonly properties(Only get)
2)WriteOnly Properties(Only set).
3)Read and Write(set + get)

Is This Answer Correct ?    2 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is data dictionary in c#?

1018


What is the difference between writeline and write in c#?

907


How to find out that the code is written as managed or un-managed code?

1150


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

938


Can abstract class instantiated c#?

950


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

2301


How to implement delegates in c#.net

1066


What is an xsd file?

967


What are "class access modifiers" in C#?

1013


What is the difference between int.parse and int.tryparse methods?

1098


Which debugging tools you can use in the .NET ssSDK?

1018


How do I do implement a trace and assert?

1044


Which is more efficient for loop or while loop?

932


What are the return types in c#?

1012


What is tryparse c#?

997