MultiValuedPropertyBase Class

Provides a base class for properties that consist of multiple values.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.MultiValuedPropertyBase
    Microsoft.Exchange.Data.MultiValuedProperty<T>

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class MultiValuedPropertyBase _
    Implements ICloneable, ICollection, IEnumerable
'Usage
Dim instance As MultiValuedPropertyBase
[SerializableAttribute]
public abstract class MultiValuedPropertyBase : ICloneable, 
    ICollection, IEnumerable

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.