Try this:
Private Function ShouldSerializeMyProperty() As Boolean
Return True
End Function
Replace "MyProperty" with the property name of the property you need to be
serialized. This is valid for any type.
HTH
Carlo
-------------------------------------------
Carlo, MCP (Windows Based Applications)
carlodevREMOVE@gmail.com
> Hello,
>
[quoted text clipped - 8 lines]
>
> Özden
Özden Irmak - 07 Nov 2005 20:05 GMT
Hello Carlo,
Thank you very much for the suggestion and it worked...I use lots of
ShouldSerializeXXX for my normal properties but didn't thought that this
will solve my problem, I think I'm working too much nowadays...:)
Thanks again...
Özden
> Try this:
>
[quoted text clipped - 25 lines]
>>
>> Özden