ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  VB.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is an indexed property?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is an indexed property?
Answer
# 1
you include the index parameter in the Property statement. 
In this example, the test_number parameter is the index for 
the Scores property.  
 
 
Public Class Student
    ' The private array of scores.
    Private m_Scores(9) As Integer

    ' The indexed Score property procedures.
    Public Property Score(ByVal test_number As Integer) As _
        Integer
        Get
            Return m_Scores(test_number)
        End Get
        Set(ByVal Value As Integer)
            m_Scores(test_number) = Value
        End Set
    End Property
End Class
 
Is This Answer Correct ?    0 Yes 0 No
Anil Sharma
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
What is DLL hell?  2
if user enters 1 or 2 or any other number in digit format in next textbox it should show the answer in word reading like if enters 12 answer should be twelve  4
what are Fixed memory leaks and threads locking problems.  1
linex will support dot net? Phoenix-Technologies4
What is JIT(Just In Time) and How it works? Infocons3
What is an indexed property?  1
what is the dif b/w panel and groupbox. Ksb3
What are Major Feature of VB.NET Over C#.NET  9
What is intermediate language in .NET ? Digital-GlobalSoft13
How do you validate Date by using which validation Control? HCL3
Display a roll having minimum marks in two subjects? Patni1
Can we use a crystal report into a another crystal report  6
Do event have return type?  7
Is there any easy way to convert VB6 programs to VB.Net?  3
hello! I am developing software in vb6 and vb.net separately which i need to generate barcodes e.g i have a string "182346-u",so the problem is that how to generate barcode from this type of string can any body help me please thanks regard !  2
how to send data to exe file? my code has a button when i press it, an exe file will open. how can i send data as input to the exe file?  2
What is the Difference between CLR & CTS?  2
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?  1
What is "Friend" in VB.Net?  2
how to create views in sql with syntax and example  5
 
For more VB.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com