Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the flag that determines whether to send a query to the operation that sets it to return only the key properties of resulting CIM instances.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public bool KeysOnly { get; set; }
public:
property bool KeysOnly {
bool get();
void set(bool value);
}
member KeysOnly : bool with get, set
Public Property KeysOnly As Boolean
Property Value
Type: System.Boolean
True to send a query to the operation that sets it to return only key properties of resulting CIM instances; otherwise False.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top