CimOperationOptions.PromptUser Property
Sets the function to call when prompting the user.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public PromptUserCallback PromptUser { set; }
public:
property PromptUserCallback^ PromptUser {
void set(PromptUserCallback^ value);
}
member PromptUser : PromptUserCallback with set
Public WriteOnly Property PromptUser As PromptUserCallback
Property Value
Type: Microsoft.Management.Infrastructure.Options.PromptUserCallback
The function that is called when prompting the user.
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top