Share via


CimMethodDeclaration.Qualifiers Property

 

Gets the qualifiers of the method.

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

Syntax

public abstract CimReadOnlyKeyedCollection<CimQualifier> Qualifiers { get; }
public:
property CimReadOnlyKeyedCollection<CimQualifier^>^ Qualifiers {
    virtual CimReadOnlyKeyedCollection<CimQualifier^>^ get() abstract;
}
abstract Qualifiers : CimReadOnlyKeyedCollection<CimQualifier> with get
Public MustOverride ReadOnly Property Qualifiers As CimReadOnlyKeyedCollection(Of CimQualifier)

Property Value

Type: Microsoft.Management.Infrastructure.Generic.CimReadOnlyKeyedCollection<CimQualifier>

A read-only collection of the method qualifiers.

See Also

CimMethodDeclaration Class
Microsoft.Management.Infrastructure Namespace

Return to top