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