BaseNotification<TOptions>.Skipped Property

 

Namespace:   Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public bool Skipped { get; }
public:
property bool Skipped {
    bool get();
}
member Skipped : bool with get
Public ReadOnly Property Skipped As Boolean

Property Value

Type: System.Boolean

See Also

BaseNotification<TOptions> Class
Microsoft.Owin.Security.Notifications Namespace

Return to top