AuthorizeAttribute.Users Property

.NET Framework 4

Gets or sets the authorized users.

Namespace:  Microsoft.AspNet.SignalR
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public Property Users As String 
    Get 
    Set
'Usage
Dim instance As AuthorizeAttribute 
Dim value As String 

value = instance.Users

instance.Users = value
public string Users { get; set; }
public:
property String^ Users {
    String^ get ();
    void set (String^ value);
}
member Users : string with get, set
function get Users () : String 
function set Users (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

AuthorizeAttribute Class

Microsoft.AspNet.SignalR Namespace