Class Problem(cross)

S

Savas Ates

i have 3 class..

Dim ws As New WebReference1.ProductDefinitionType()



i can write this class's variables like this



ws.LargeImage = "xxx"

how can assign a value of Features in Public Class ProductDefinitionType
class





//////////////////////////////////////////////////////
Public Class ProductDefinitionType

Public Features As FeaturesType
Public LargeImage As String
Public LargeImageLinkText As String

end class
//////////////////////////////////////////////////////


/////////////////////////////////////////////////
Public Class FeatureType


Public Value As String
End Class
///////////////////////////////////////////////



/////////////////////////////////////////////////
Public Class FeaturesType


Public Feature As FeatureType
End Class

/////////////////////////////////////////////////
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,830
Latest member
HeleneMull

Latest Threads

Top