CimQualifier.Name Property

 

Gets the name of the qualifier.

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

Syntax

public abstract string Name { get; }
public:
property String^ Name {
    virtual String^ get() abstract;
}
abstract Name : string with get
Public MustOverride ReadOnly Property Name As String

Property Value

Type: System.String

The name of the qualifier.

See Also

CimQualifier Class
Microsoft.Management.Infrastructure Namespace

Return to top