Hi
Does any one know how can I declare a property as an array??
I build a structure called sListItem for my property's type
Public Property ListItems() As sListIte
but this property is supposed to be an array! I need to call
ListItems(1).xx
I've already read a lot but I couldn't find anything about this..
Thanks!
Fernando
Herfried K. Wagner [MVP] - 08 Jun 2004 23:24 GMT
* =?Utf-8?B?Rk9Q?= <anonymous@discussions.microsoft.com> scripsit:
> Does any one know how can I declare a property as an array???
>
> I build a structure called sListItem for my property's type:
>
> Public Property ListItems() As sListItem
'...As sListItem()'.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/