次の方法で共有


CimOperationOptions.PromptUserMode Property

 

Gets or sets the value that tells the server how to respond when it is prompted to continue or cancel an operation.

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

Syntax

public CimCallbackMode PromptUserMode { get; set; }
public:
property CimCallbackMode PromptUserMode {
    CimCallbackMode get();
    void set(CimCallbackMode value);
}
member PromptUserMode : CimCallbackMode with get, set
Public Property PromptUserMode As CimCallbackMode

Property Value

Type: Microsoft.Management.Infrastructure.Options.CimCallbackMode

A value of the CimCallbackMode that specifies the CIM callback mode for the CIM operation options. This can be either none, report, inquire, or ignore.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top