Share via


CimMethodParametersCollection.Count Property

 

The number of parameter objects in the collection.

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

Syntax

public override int Count { get; }
public:
property int Count {
    virtual int get() override;
}
override Count : int with get
Public Overrides ReadOnly Property Count As Integer

Property Value

Type: System.Int32

Returns a Int32 value that is the number of parameter objects in the collection.

See Also

CimMethodParametersCollection Class
Microsoft.Management.Infrastructure Namespace

Return to top