How is a property designated as read-only?
Answers were Sorted based on User's Feedback
Answer / ram
if the property has only get accessor that property is
called read only property.
| Is This Answer Correct ? | 5 Yes | 0 No |
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 |
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
Explain the purpose of storyboard.targetproperty.
AJAX - explain the concept and some controls like update panel, tabcontrol etc
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?
Explain the features that make asp.net more used framework? : asp.net mvc
how many select state ments are used in stored procedure?
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...
Where does the Web page belong in the .NET Framework class hierarchy?
What is fulltrust?
Explain security types in asp.net?
Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)