AddUserState.NewUser 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 NewUser { get; set; }
public:
property bool NewUser {
    bool get();
    void set(bool value);
}
member NewUser : bool with get, set
Public Property NewUser As Boolean

Property Value

Type: System.Boolean

Returns Boolean.

See Also

AddUserState Class
Microsoft.ApplicationServer.Caching Namespace

Return to top