ProxyAddressTemplateCollection class

Inheritance hierarchy

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ProxyAddressTemplateCollection _
    Inherits ProxyAddressBaseCollection(Of ProxyAddressTemplate)
'Usage
Dim instance As ProxyAddressTemplateCollection
[SerializableAttribute]
public sealed class ProxyAddressTemplateCollection : ProxyAddressBaseCollection<ProxyAddressTemplate>

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

ProxyAddressTemplateCollection members

Microsoft.Exchange.Data namespace