BaseNotification<TOptions>.State Property

 

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

Syntax

public NotificationResultState State { get; set; }
public:
property NotificationResultState State {
    NotificationResultState get();
    void set(NotificationResultState value);
}
member State : NotificationResultState with get, set
Public Property State As NotificationResultState

Property Value

Type: Microsoft.Owin.Security.Notifications.NotificationResultState

See Also

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

Return to top