AuthorizeAttribute.Roles Property
Definition
Gets or sets a comma delimited list of roles that are allowed to access the resource.
public:
property System::String ^ Roles { System::String ^ get(); void set(System::String ^ value); };
public string Roles { get; set; }
member this.Roles : string with get, set
Public Property Roles As String