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                      
tip   To Refer this Site to Your Friends   Click Here
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 r the properties should be given to set method?
 Question Submitted By :: Kiran Kumar
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what r the properties should be given to set method?
Answer
# 1
Class Class1
   ' Define a local variable to store the property value.
Ans: Only One Property.   
example: 
Private PropertyValue As String
   ' Define the property.
 Public Property Prop1() As String
      Get
         ' The Get property procedure is called when the 
         ' value
         ' of a property is retrieved. 
         Return PropertyValue
      End Get
      Set(ByVal Value As String)
         ' The Set property procedure is called when the 
         ' value 
         ' of a property is modified. 
         ' The value to be assigned is passed in the 
         ' argument to Set. 
         PropertyValue = Value
      End Set
   End Property
End Class
 
Is This Answer Correct ?    0 Yes 0 No
Venkatesh
 
  Re: what r the properties should be given to set method?
Answer
# 2
The procedures that are described in the get method and 
that methods are given in the set method.
 
Is This Answer Correct ?    0 Yes 0 No
Santosh Prasad
 
 
 

 
 
 
Other VB.NET Interview Questions
 
  Question Asked @ Answers
 
What is the difference between Dataset and Recordset?  7
What is the Difference between Web User Control and Web Custom Control?  5
ColumnMapping belongs to which namespaces?  1
Write a program for calculator in VB.NET CMC5
what is vb.net?  9
when we will use console ?  3
diff b/w windows and console application?  2
linex will support dot net? Phoenix-Technologies4
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 does you get record no from 5 to 15 from a dataset of 100 records? ABC2
Difference between VB dll and assemblies in .NET ? Digital-GlobalSoft5
In vb.net how to connect crystal report?  1
What is "Friend" in VB.Net?  2
concept of object oriented programming Patni5
how to create crystal reports in asp.net & vb.net with syntax  1
What is difference between Abstract Class and Interface?  1
What are the similarities between class and structure? Ksb5
What is versioning in .NET?  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
How to store jpeg / gif / bmp image in database and how to retrieve them? The most stressful condition is database is distributed and stored images can be retrive from any computer in network and any one can store images from other computer!! plss help its urgent.......RAHUL RATHOD  2
 
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