BaseNotification<TOptions>.State Property

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

Syntax

'Declaration
Public Property State As NotificationResultState 
    Get 
    Set
'Usage
Dim instance As BaseNotification 
Dim value As NotificationResultState 

value = instance.State

instance.State = value
public NotificationResultState State { get; set; }
public:
property NotificationResultState State {
    NotificationResultState get ();
    void set (NotificationResultState value);
}
member State : NotificationResultState with get, set
function get State () : NotificationResultState 
function set State (value : NotificationResultState)

Property Value

Type: Microsoft.Owin.Security.Notifications.NotificationResultState

See Also

Reference

BaseNotification<TOptions> Class

Microsoft.Owin.Security.Notifications Namespace