Avevo capito c#...in VB.NET basta scrivere:
<DescriptionAttribute("Questa e' la descrizione che apparira'")> _
Public Property MyProperty() As String
Get
Return _MyProperty
End Get
Set(ByVal Value As String)
_MyProperty = Value
End Set
End Property
Questo sicuramente funziona.
Se non dovesse funzionare lascia il tuo indirizzo che ti mando un esempio.
Ciao