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.
Gets or sets the impersonation value.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public ImpersonationType Impersonation { get; set; }
public:
property ImpersonationType Impersonation {
ImpersonationType get();
void set(ImpersonationType value);
}
member Impersonation : ImpersonationType with get, set
Public Property Impersonation As ImpersonationType
Property Value
Type: Microsoft.Management.Infrastructure.Options.ImpersonationType
The impersonation value (none, default, delegate, identify, or impersonate).
See Also
DComSessionOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top