Hans,
>So the question is: *how* can I specify this attribute for a return value (or parameter)?
>(I know how to do it for a property or field).
>
>BYW, I got the errormessage (from the compiler) when I specified that attribute
>before the method, as in:
> [SoapAttribute]
> public MyObject MyMethod() ...
[return: SoapAttribute]
public MyObject MyMethod() ...
Mattias
--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ |
http://www.dotnetinterop.com
Please reply only to the newsgroup.