Initializes an instance of the
ConfigParameterCollection
class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Protected Sub New
|
C# |
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
protected ConfigParameterCollection ()
|
C++ |
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
protected:
ConfigParameterCollection ()
|
J# |
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */
protected ConfigParameterCollection ()
|
JScript |
EditorBrowsableAttribute(EditorBrowsableState.Never)
protected function ConfigParameterCollection ()
|
Remarks
Platforms
Target Platforms
See Also