Determines the sources of the UA configuration.
UUID: 909f082e-9c82-449e-83ce-7dd2223fb982
For more information, see UAConfigurationSources in .NET Reference.
 
            
UUID: 909f082e-9c82-449e-83ce-7dd2223fb982
For more information, see UAConfigurationSources in .NET Reference.
| Member | Value | Description | 
|---|---|---|
| UAConfigurationSources_AppConfig | 4 | The UA configuration is loaded from the configuration file of the executing application. | 
| UAConfigurationSources_Empty | 1 | The UA configuration is created with default values only. | 
| UAConfigurationSources_Internal | 2 | The UA configuration is provided internally by the component. | 
| UAConfigurationSources_None | 0 | No source for the UA configuration. | 
For remarks, see UAConfigurationSources in .NET Reference.
For examples, see UAConfigurationSources in .NET Reference.