|   | AdoSecurityProviderDefaultRoles Property | 
        
        
            Gets or sets the Default Roles used when a user does not have a role defined.
            The user still needs to exist but they won't require a Role and will be assigned the DefaultRoles.
            It is a comma separate list for multiple Roles. If an empty String is supplied a Role is required for the user.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string DefaultRoles { get; set; }Public Property DefaultRoles As String
	Get
	Set
public:
property String^ DefaultRoles {
	String^ get ();
	void set (String^ value);
}member DefaultRoles : string with get, set
function get_DefaultRoles();
function set_DefaultRoles(value);
Property Value
String See Also
See Also