SettingPopulationPolicy Enumeration | 
 
            The supported population policies for application configuration settings.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic enum SettingPopulationPolicy
Public Enumeration SettingPopulationPolicy
public enum class SettingPopulationPolicy
type SettingPopulationPolicy
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | All | 0 | 
            All settings are returned.
             | 
 | Configured | 1 | 
            All settings that are configured are returned, regardless of scope.
             | 
 | ConfiguredOnScope | 2 | 
            All settings that are configured at the specified scope are returned.
             | 
 | NotConfigured | 3 | 
            All settings that haven't been configured are returned, regardless of scope.
             | 
See Also