CimQualifier.CimType Property

 

Gets the CIM type of the qualifier.

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

Syntax

public abstract CimType CimType { get; }
public:
property CimType CimType {
    virtual CimType get() abstract;
}
abstract CimType : CimType with get
Public MustOverride ReadOnly Property CimType As CimType

Property Value

Type: Microsoft.Management.Infrastructure.CimType

The CIM type of the qualifier.

See Also

CimQualifier Class
Microsoft.Management.Infrastructure Namespace

Return to top