Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A read-only KeyCollection containing schema types.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
'Usage
Dim instance As SchemaTypeKeyedCollection
'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>
System.Object
System.Collections.ObjectModel.Collection
System.Collections.ObjectModel.KeyedCollection
Microsoft.MetadirectoryServices.SchemaTypeKeyedCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
SchemaTypeKeyedCollection Members
Microsoft.MetadirectoryServices Namespace