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