|
Return Various Data Types
ASP.NET Web Services gives you a wide range of flexibility in how you structure the messages
passed to and from Web services. This sample shows examples of WebMethods that return the following data types:
- Primitive (String)
- Array of Primitives (Integers)
- Enumeration (Enum)
- Class/Struct
- Array of Classes/Structs
VB Sample Caption
Microsoft .NET Framework SDK QuickStart Tutorials Version 2.0
Copyright 2004 Microsoft Corporation. All rights reserved.
|