Specifies the CIM response when the callback mode of a CIM operation options object is set to inquire.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public enum CimResponseType
public enum class CimResponseType
type CimResponseType
Public Enumeration CimResponseType
Members
| Member name | Description | |
|---|---|---|
| No | No to this request only. |
|
| None | See No. |
|
| NoToAll | No to this request and all future requests from this operation. |
|
| Yes | Yes to this request only. |
|
| YesToAll | Yes to this request and all future requests from this operation. |
See Also
Microsoft.Management.Infrastructure.Options Namespace
Return to top