Thread
:
accessing the extended type system from C#
View Single Post
10-08-2006
#
3
(
permalink
)
Adam Milazzo
n/a posts
Re: accessing the extended type system from C#
klumsy@xtra.co.nz
wrote:
> (bool)psobj.Properties["psiscontainer"].Value
>
> seems to be the way.
> no method to list the properties?
Well if psobj.Properties is a collection, you can probably enumerate the
key/value pairs.
My System Specs
Adam Milazzo