i have 3 class..
Dim ws As New WebReference1.P roductDefinitio nType()
i can write this class's variables like this
ws.LargeImage = "xxx"
how can assign a value of Features in Public Class ProductDefiniti onType
class
//////////////////////////////////////////////////////
Public Class ProductDefiniti onType
Public Features As FeaturesType
Public LargeImage As String
Public LargeImageLinkT ext As String
end class
//////////////////////////////////////////////////////
/////////////////////////////////////////////////
Public Class FeatureType
Public Value As String
End Class
///////////////////////////////////////////////
/////////////////////////////////////////////////
Public Class FeaturesType
Public Feature As FeatureType
End Class
/////////////////////////////////////////////////
Dim ws As New WebReference1.P roductDefinitio nType()
i can write this class's variables like this
ws.LargeImage = "xxx"
how can assign a value of Features in Public Class ProductDefiniti onType
class
//////////////////////////////////////////////////////
Public Class ProductDefiniti onType
Public Features As FeaturesType
Public LargeImage As String
Public LargeImageLinkT ext As String
end class
//////////////////////////////////////////////////////
/////////////////////////////////////////////////
Public Class FeatureType
Public Value As String
End Class
///////////////////////////////////////////////
/////////////////////////////////////////////////
Public Class FeaturesType
Public Feature As FeatureType
End Class
/////////////////////////////////////////////////