Share via


CimMethodParametersCollection.Add Method (CimMethodParameter)

 

Adds a parameter object to the collection.

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

Syntax

public override void Add(
    CimMethodParameter newParameter
)
public:
virtual void Add(
    CimMethodParameter^ newParameter
) override
override Add : 
        newParameter:CimMethodParameter -> unit
Public Overrides Sub Add (
    newParameter As CimMethodParameter
)

Parameters

See Also

CimMethodParametersCollection Class
Microsoft.Management.Infrastructure Namespace

Return to top