RemoveWmiObject.Authentication Property

Definition

Provides access to the Authentication parameter.

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

Property Value

Attributes

Applies to