Code:Public Property Description() As String Get Return _description End Get Set(ByVal value As String) _name = value End Set End Property
Code:Public Property Description() As String Get Return _description End Get Set(ByVal value As String) _name = value End Set End Property
Bookmarks