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.
Sets the server's default behavior when responding to a regular prompt.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public void SetPromptUserRegularMode(
CimCallbackMode callbackMode,
bool automaticConfirmation
)
public:
void SetPromptUserRegularMode(
CimCallbackMode callbackMode,
bool automaticConfirmation
)
member SetPromptUserRegularMode :
callbackMode:CimCallbackMode *
automaticConfirmation:bool -> unit
Public Sub SetPromptUserRegularMode (
callbackMode As CimCallbackMode,
automaticConfirmation As Boolean
)
Parameters
callbackMode
Type: Microsoft.Management.Infrastructure.Options.CimCallbackModeThe callback mode to use (none, report, inquire, or ignore).
automaticConfirmation
Type: System.BooleanTrue for automatic confirmation; otherwise False.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top