| 
            
              AuthorizeHubRoleAttributeAllowedRoles Property
             | 
          
        
        
            Gets the allowed Roles as a string array.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.258-beta
Syntaxpublic string[] AllowedRoles { get; }Public ReadOnly Property AllowedRoles As String()
	Get
public:
property array<String^>^ AllowedRoles {
	array<String^>^ get ();
}member AllowedRoles : string[] with get
function get_AllowedRoles();
 View SourceProperty Value
String
See Also