Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Storing value to property array
Message
De
21/07/2011 07:02:36
 
 
À
21/07/2011 06:23:05
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Application:
Desktop
Divers
Thread ID:
01518733
Message ID:
01518743
Vues:
39
My Pseudo code had an error, but I have got the following syntax to work ;
Dim MyParentObject As Webservice.ParentObjectClass = New Webservice.ParentObjectClass
Dim MyBuiltMessage(1) As WebService.MessageClass = New WebService.MessageClass

MyBuiltMessage(0).Property1 = "Hello"
MyBuiltMessage(0).Property2 = 1

MyParentObject.message = MyBuiltMessage
Thanks for pointing me in the right direction.

Gary.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform