TestConnectionCommand.Impersonation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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