Share via


CimMethodParametersCollection.Item Property (String)

 

Provides access to the parameter objects in the collection.

Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public override CimMethodParameter this[
    string parameterName
] { get; }
public:
property CimMethodParameter^ default[
    String^ parameterName
] {
    virtual CimMethodParameter^ get(String^ parameterName) override;
}
override Item : 
        parameterName:string -> CimMethodParameter with get
Public Overrides ReadOnly Property Item (
    parameterName As String
) As CimMethodParameter

Parameters

  • parameterName
    Type: System.String

    The name of the parameter to be accessed in the collection.

Property Value

Type: Microsoft.Management.Infrastructure.CimMethodParameter

Returns CimMethodParameter.

See Also

CimMethodParametersCollection Class
Microsoft.Management.Infrastructure Namespace

Return to top