Share via


ServiceUser.Level Property

 

Gets or sets the AuthorizationLevel this user has been granted.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

public AuthorizationLevel Level {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property AuthorizationLevel Level {
    [CompilerGeneratedAttribute]
    AuthorizationLevel get();
    [CompilerGeneratedAttribute]
    void set(AuthorizationLevel value);
}
member Level : AuthorizationLevel with get, set
Public Property Level As AuthorizationLevel

Property Value

Type: Microsoft.WindowsAzure.Mobile.Service.Security.AuthorizationLevel

See Also

ServiceUser Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top