Search Images Maps Play YouTube News Gmail Drive More »
Sign in
Books Books
" Value End Set End Property Public Property YVal() As Integer Get Return... "
Data Structures and Algorithms Using Visual Basic.NET - Page 3
by Michael McMillan - 2005
Limited preview - About this book

Learning Visual Basic .NET: Introducing the Language, .NET Programming ...

Jesse Liberty - Computers - 2002 - 323 pages
...'New Public Property XVal() As Integer Get Return myXVal End Get Set(ByVal Value As Integer) myXVal = Value End Set End Property Public Property YVal() As Integer Get Return myYVal End Get Set(ByVal Value As Integer) myYVal = Value End Set End Property Note that there is one...
Limited preview - About this book

Programming Visual Basic .NET

Jesse Liberty - Computers - 2003 - 564 pages
...property Public Property XVal( ) As Integer Get Return myXVal End Get Set(ByVal Value As Integer) myXVal = Value End Set End Property Public Property YVal( ) As Integer Get Return myYVal End Get Set(ByVal Value As Integer) myYVal = Value Example 7-2. Creating a structure without...
Limited preview - About this book




  1. My library
  2. Help
  3. Advanced Book Search