Share via


PSWorkflowExtensions.CustomHandler Property

Definition

The custom workflow extensions delegate to use in this engine

public:
 static property Func<System::Collections::Generic::IEnumerable<System::Object ^> ^> ^ CustomHandler { Func<System::Collections::Generic::IEnumerable<System::Object ^> ^> ^ get(); void set(Func<System::Collections::Generic::IEnumerable<System::Object ^> ^> ^ value); };
public static Func<System.Collections.Generic.IEnumerable<object>> CustomHandler { get; set; }
static member CustomHandler : Func<seq<obj>> with get, set
Public Shared Property CustomHandler As Func(Of IEnumerable(Of Object))

Property Value

Applies to