In the help, Msdn states
<<<
The attributes parameter array is used to filter the array. The attributes
parameter can have a mix of Type and Attribute objects. Filtering is defined
by the following rules:
a.. A Type object is treated as a wildcard; it matches any property that
has the Type in its set of attributes.
>>>
Anyone know how do a I pass a mix of Type and Attribute objects in an
'Attribute[]' ?
Thanks in advance
Regards
Tom