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