AttributeChangeKeyedCollectionDetached Class

Namespace: Microsoft.MetadirectoryServices.DetachedObjectModel
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As AttributeChangeKeyedCollectionDetached

Syntax

'Declaration
<SerializableAttribute> _
Public Class AttributeChangeKeyedCollectionDetached
    Inherits KeyedCollection(Of String, AttributeChange)
[SerializableAttribute] 
public class AttributeChangeKeyedCollectionDetached : KeyedCollection<string,AttributeChange>
[SerializableAttribute] 
public ref class AttributeChangeKeyedCollectionDetached : public KeyedCollection<String^, AttributeChange^>
/** @attribute SerializableAttribute() */ 
public class AttributeChangeKeyedCollectionDetached extends KeyedCollection<String,AttributeChange>
SerializableAttribute 
public class AttributeChangeKeyedCollectionDetached extends KeyedCollection<String,AttributeChange>

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
     System.Collections.ObjectModel.KeyedCollection
      Microsoft.MetadirectoryServices.DetachedObjectModel.AttributeChangeKeyedCollectionDetached

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

AttributeChangeKeyedCollectionDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace