what r the properties should be given to set method?
Answers were Sorted based on User's Feedback
Answer / venkatesh
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 ? | 4 Yes | 0 No |
Answer / santosh prasad
The procedures that are described in the get method and
that methods are given in the set method.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the differences between dataset.clone and dataset.copy?
What is non_deterministic finalization?
Is vb.net a programming language?
What is the difference between compiler and interpreter?
Can you please explain the difference between authentication and authorization?
What is CLR?
20 Answers Horizon Computers, Microsoft,
How to connect a service based database to vb.net forms? Do we have to create any specific database?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Explain the difference between datatable and dataset?
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?
Which is the tool which can convert visual basic old version to .net compatibility version?
What do you mean by serialization and deserialization?
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)