Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the authorized users.
Namespace: System.Web.Http
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
public string Users { get; set; }
public:
property String^ Users {
String^ get();
void set(String^ value);
}
member Users : string with get, set
Public Property Users As String
Property Value
Type: System.String
The users string.
See Also
AuthorizeAttribute Class
System.Web.Http Namespace
Return to top