AuthorizeLevelAttribute::Level Property

 

The minimum authorization level required to access the resource.

Namespace:   System.Web.Http
Assembly:  Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)

public:
property AuthorizationLevel Level {
	AuthorizationLevel get();
	private: void set(AuthorizationLevel value);
}
Return to top
Show: