Share via


MapWhenOptions.Branch Property

 

The branch taken for a positive match.

Namespace:   Microsoft.Owin.Mapping
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public Func<IDictionary<string, object>, Task> Branch { get; set; }
public:
property Func<IDictionary<String^, Object^>^, Task^>^ Branch {
    Func<IDictionary<String^, Object^>^, Task^>^ get();
    void set(Func<IDictionary<String^, Object^>^, Task^>^ value);
}
member Branch : Func<IDictionary<string, Object>, Task> with get, set
Public Property Branch As Func(Of IDictionary(Of String, Object), Task)

Property Value

Type: System.Func<IDictionary<String, Object>, Task>

Returns Func<T, TResult>.

See Also

MapWhenOptions Class
Microsoft.Owin.Mapping Namespace

Return to top