RestartComputerCommand.Impersonation Property

Definition

The following is the definition of the input parameter "Impersonation". Specifies the impersonation level to use when calling the WMI method. Valid values are:

Default = 0, Anonymous = 1, Identify = 2, Impersonate = 3, Delegate = 4.

public System.Management.ImpersonationLevel Impersonation { get; set; }
member this.Impersonation : System.Management.ImpersonationLevel with get, set
Public Property Impersonation As ImpersonationLevel

Property Value

Applies to