hi forum
Is it possible to use an Array as a Property!!!!!!!!!!!!!!!
if yes plzzz tell what code to use!!!!!!!!!!!!!!!!!!
thnx in adv….
hello ,yes it is posssible to use array as property use the code :
Public ReadOnly Property TheArray() As String()
Get
‘… resize and set up your array
Return YourArray
End Get
End Property
Leave a Reply
You must be logged in to post a comment.