| 
            
              AzureADSettingsEnabled Property
             | 
          
        
        
            Gets the flag that determines if Azure AD is enabled.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic bool Enabled { get; set; }Public Property Enabled As Boolean
	Get
	Set
public:
property bool Enabled {
	bool get ();
	void set (bool value);
}member Enabled : bool with get, set
function get_Enabled();
function set_Enabled(value);
 View SourceProperty Value
Boolean
See Also