MultiValuedProperty<T> Class

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class MultiValuedProperty(Of T) _
    Inherits MultiValuedPropertyBase _
    Implements IList, ICollection, IList(Of T),  _
    ICollection(Of T), IEnumerable(Of T), IEnumerable, IEquatable(Of MultiValuedProperty(Of T))
'Usage
Dim instance As MultiValuedProperty(Of T)
[SerializableAttribute]
public class MultiValuedProperty<T> : MultiValuedPropertyBase, 
    IList, ICollection, IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable, IEquatable<MultiValuedProperty<T>>

Type Parameters

  • T

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.