CimQualifier.Flags Property

 

Gets the flags of the qualifier.

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

Syntax

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

Property Value

Type: Microsoft.Management.Infrastructure.CimFlags

A bitwise-OR combination of one or more values of the CimFlags enumeration.

See Also

CimQualifier Class
Microsoft.Management.Infrastructure Namespace

Return to top