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...

How is a property designated as read-only?

Answer Posted / sushain sharma

By ommitting set part of property e.g
class A
{
private int n=5;

public int Number
{
get
{
return n;
}


}

}

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Forms Authentication in ASP.NET?

1139


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

1089


How response object is related to asp's response object?

959


Explain Authentication mechanism in dotnet

1094


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

1239


What can you do with asp.net?

976


What type of code, client-side or server-side, is found in a code-behind file of a Web page?

996


Which is better union or union all?

1131


What are the components of ado.net?

997


Explain weak typing and strong typing.

1034


What is the use of the tag in the web.config file?

1017


What is jade template engine?

1086


How many web config files can be created for an application?

904


What are the navigation ways between pages available in ASP.NET?

1076


what is meant by sitemapnode ?

2047