ProxyAddressBaseCollection<T> Class

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.MultiValuedPropertyBase
    Microsoft.Exchange.Data.MultiValuedProperty<T>
      Microsoft.Exchange.Data.ProxyAddressBaseCollection<T>
        Microsoft.Exchange.Data.ProxyAddressCollection
        Microsoft.Exchange.Data.ProxyAddressTemplateCollection

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

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class ProxyAddressBaseCollection(Of T As ProxyAddressBase) _
    Inherits MultiValuedProperty(Of T)
'Usage
Dim instance As ProxyAddressBaseCollection(Of T)
[SerializableAttribute]
public abstract class ProxyAddressBaseCollection<T> : MultiValuedProperty<T>
where T : ProxyAddressBase

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.