Files
docs-desktop/dotnet-desktop-guide/net/wpf/data/snippets/binding-declarations-overview/vb/Person.vb
T

9 lines
137 B
VB.net

'<Person>
Public Class Person
Public Property Name As String
Public Property Birthdate As DateTime
End Class
'</Person>