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 ICollection, IEnumerable
'Usage
Dim instance As MultiValuedPropertyBase
[SerializableAttribute]
public abstract class MultiValuedPropertyBase : 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.

See also

Reference

MultiValuedPropertyBase members

Microsoft.Exchange.Data namespace