MultiValuedProperty Generic Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders. Some topics may contain links to blank placeholder topics.]

Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in microsoft.exchange.data.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
Public Class MultiValuedProperty(Of T)
    Inherits MultiValuedPropertyBase
    Implements IList, ICollection, IList(Of T), _
    ICollection(Of T), IEnumerable(Of T), _
    IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
public class MultiValuedProperty<T> : MultiValuedPropertyBase, IList, ICollection, IList<T>, 
    ICollection<T>, IEnumerable<T>, IEnumerable
[SerializableAttribute] 
[DefaultMemberAttribute(L"Item")] 
generic<typename T>
public ref class MultiValuedProperty : public MultiValuedPropertyBase, IList, ICollection, IList<T>, 
    ICollection<T>, IEnumerable<T>, IEnumerable
J# supports the use of generic types and methods, but not the declaration of new ones.
JScript does not support generic types and methods.

Inheritance Hierarchy

System.Object
   Microsoft.Exchange.Data.MultiValuedPropertyBase
    Microsoft.Exchange.Data.MultiValuedProperty
       Microsoft.Exchange.Data.ProtocolAddressCollection
       Microsoft.Exchange.Data.ProxyAddressBaseCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2)

Target Platforms

See Also

Reference

MultiValuedProperty Members
Microsoft.Exchange.Data Namespace