Share via


CmdletMethodInvoker<T>.Action Property

Definition

public:
 property Func<System::Management::Automation::Cmdlet ^, T> ^ Action { Func<System::Management::Automation::Cmdlet ^, T> ^ get(); void set(Func<System::Management::Automation::Cmdlet ^, T> ^ value); };
public Func<System.Management.Automation.Cmdlet,T> Action { get; set; }
member this.Action : Func<System.Management.Automation.Cmdlet, 'T> with get, set
Public Property Action As Func(Of Cmdlet, T)

Property Value

Applies to