SchemaAttributeKeyedCollection Class
A KeyCollection containing schema attributes.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As SchemaAttributeKeyedCollection
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class SchemaAttributeKeyedCollection
Inherits KeyedCollection(Of String, SchemaAttribute)
[SerializableAttribute]
public sealed class SchemaAttributeKeyedCollection : KeyedCollection<string,SchemaAttribute>
[SerializableAttribute]
public ref class SchemaAttributeKeyedCollection sealed : public KeyedCollection<String^, SchemaAttribute^>
/** @attribute SerializableAttribute() */
public final class SchemaAttributeKeyedCollection extends KeyedCollection<String,SchemaAttribute>
SerializableAttribute
public final class SchemaAttributeKeyedCollection extends KeyedCollection<String,SchemaAttribute>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.MetadirectoryServices.SchemaAttributeKeyedCollection
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
Target Platforms
See Also
Reference
SchemaAttributeKeyedCollection Members
Microsoft.MetadirectoryServices Namespace