Gets a ConfigParameterCollection object in this collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConfigParameterCollection
Dim ParamName As String
Dim value As ConfigParameter

value = instance(ParamName)

Syntax

Visual Basic
Public MustOverride ReadOnly Default Property Item ( _
		ParamName As String _
) As ConfigParameter
C#
public abstract ConfigParameter this [
		string ParamName
] { get; }
C++
public:
virtual property ConfigParameter^ default [String^] {
		ConfigParameter^ get (String^ ParamName) abstract;
}
J#
/** @property */
public abstract ConfigParameter get_Item (String ParamName)
JScript

Parameters

ParamName

The zero-based index of the ConfigParameterCollection object to get.

Property Value

Returns a ConfigParameter object.

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