Share via


CimPropertyDeclaration.Qualifiers Property

 

Gets the qualifiers of the property.

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>

Returns a read-only collection of qualifiers for the property.

See Also

CimPropertyDeclaration Class
Microsoft.Management.Infrastructure Namespace

Return to top