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?

Answers were Sorted based on User's Feedback



How is a property designated as read-only? ..

Answer / ram

if the property has only get accessor that property is
called read only property.

Is This Answer Correct ?    5 Yes 0 No

How is a property designated as read-only? ..

Answer / 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

More ASP.NET Interview Questions

which one is faster execute reader, scalar, execute non query ?

18 Answers   Intiger, Minecode,


Differentiate the session object and application object?

0 Answers  


whats the best method to cal id in javascript

2 Answers  


What is the difference between cookie and session?

0 Answers  


Differentiate between file-based dependency and key-based dependency.

0 Answers  


Can one dll file contains the compiled code of more than one .net language?

0 Answers  


What parameters can you pass in the url of the api?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Infosys,


What is difference between viewstate and session state in javascript?

0 Answers  


How will create assesblies at run time?

0 Answers  


How will you load dynamic assembly?

0 Answers  


Why and where this web.config file is used?

0 Answers   Amazon,


Categories