Share via


CimOperationOptions.ClassNamesOnly Property

 

Gets or sets the flag that determines whether to send a query to the operation that sets it to return only the class name of a resulting CIM class.

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

Syntax

public bool ClassNamesOnly { get; set; }
public:
property bool ClassNamesOnly {
    bool get();
    void set(bool value);
}
member ClassNamesOnly : bool with get, set
Public Property ClassNamesOnly As Boolean

Property Value

Type: System.Boolean

True if a query will be sent to the operation that sets it to return only the class name of a resulting CIM class; otherwise False.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top