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

a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,


Explain the purpose of storyboard.targetproperty.

0 Answers  


AJAX - explain the concept and some controls like update panel, tabcontrol etc

2 Answers   Syntel,


What is the default Orientation property in a Menu control?

0 Answers   Sans Pareil IT Services,


How should I destroy my objects in asp.net?

0 Answers  


Explain the features that make asp.net more used framework? : asp.net mvc

0 Answers  


how many select state ments are used in stored procedure?

8 Answers   CSC,


Hi..I have created a website in Asp.net with C# i want to add Chinese language in my website..could any body tell me that how can i add dynamically this language on user's request...??? thanks n advance...

1 Answers  


Where does the Web page belong in the .NET Framework class hierarchy?

1 Answers  


What is fulltrust?

0 Answers  


Explain security types in asp.net?

0 Answers  


Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?

1 Answers  


Categories