ProtocolAddressCollection<T> Class

Inheritance Hierarchy

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

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

Syntax

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

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.