RemoveWmiObject.Impersonation Property

Definition

Provides access to the Impersonation parameter.

public:
 property System::Activities::InArgument<System::Management::ImpersonationLevel> ^ Impersonation { System::Activities::InArgument<System::Management::ImpersonationLevel> ^ get(); void set(System::Activities::InArgument<System::Management::ImpersonationLevel> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Management.ImpersonationLevel> Impersonation { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Impersonation : System.Activities.InArgument<System.Management.ImpersonationLevel> with get, set
Public Property Impersonation As InArgument(Of ImpersonationLevel)

Property Value

Attributes

Applies to