ConfigParameterCollection.Item Property
Gets a ConfigParameterCollection object in this collection.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConfigParameterCollection
Dim ParamName As String
Dim value As ConfigParameter
value = instance(ParamName)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
ParamName As String _
) As ConfigParameter
public abstract ConfigParameter this [
string ParamName
] { get; }
public:
virtual property ConfigParameter^ default [String^] {
ConfigParameter^ get (String^ ParamName) abstract;
}
/** @property */
public abstract ConfigParameter get_Item (String ParamName)
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
Reference
ConfigParameterCollection Class
ConfigParameterCollection Members
Microsoft.MetadirectoryServices Namespace
ConfigParameterCollection Class