CimOperationOptions Constructor (Boolean)
Creates and initializes a new instance of CimOperationOptions while specifying whether the server must process all of the options.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public CimOperationOptions(
bool mustUnderstand
)
public:
CimOperationOptions(
bool mustUnderstand
)
new :
mustUnderstand:bool -> CimOperationOptions
Public Sub New (
mustUnderstand As Boolean
)
Parameters
mustUnderstand
Type: System.BooleanTrue if the server must process all of the options; otherwise False.
See Also
CimOperationOptions Overload
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top