AddUserState.NewLogOn Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public bool NewLogOn { get; set; }
public:
property bool NewLogOn {
    bool get();
    void set(bool value);
}
member NewLogOn : bool with get, set
Public Property NewLogOn As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

AddUserState Class
Microsoft.ApplicationServer.Caching Namespace

Return to top