CimClass.CimClassQualifiers Property

 

Gets the qualifiers of the current CimClass object.

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

Syntax

public CimReadOnlyKeyedCollection<CimQualifier> CimClassQualifiers { get; }
public:
property CimReadOnlyKeyedCollection<CimQualifier^>^ CimClassQualifiers {
    CimReadOnlyKeyedCollection<CimQualifier^>^ get();
}
member CimClassQualifiers : CimReadOnlyKeyedCollection<CimQualifier> with get
Public ReadOnly Property CimClassQualifiers As CimReadOnlyKeyedCollection(Of CimQualifier)

Property Value

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

A read-only collection of qualifiers.

See Also

CimClass Class
Microsoft.Management.Infrastructure Namespace

Return to top