CimQualifier Class

 

Represents a CIM qualifier.

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

Inheritance Hierarchy

System.Object
  Microsoft.Management.Infrastructure.CimQualifier

Syntax

public abstract class CimQualifier
public ref class CimQualifier abstract 
[<AbstractClass>]
type CimQualifier = class end
Public MustInherit Class CimQualifier

Properties

Name Description
System_CAPS_pubproperty CimType

Gets the CIM type of the qualifier.

System_CAPS_pubproperty Flags

Gets the flags of the qualifier.

System_CAPS_pubproperty Name

Gets the name of the qualifier.

System_CAPS_pubproperty Value

Gets the value of the qualifier.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

Gets a string that contains the name and value of the qualifier.(Overrides Object.ToString().)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Management.Infrastructure Namespace

Return to top