Gets a ProviderSettingsCollection object of ProviderSettings objects.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ConfigurationPropertyAttribute("providers")> _ Public ReadOnly Property Providers As ProviderSettingsCollection |
| C# |
|---|
[ConfigurationPropertyAttribute("providers")] public ProviderSettingsCollection Providers { get; } |
| Visual C++ |
|---|
[ConfigurationPropertyAttribute(L"providers")] public: property ProviderSettingsCollection^ Providers { ProviderSettingsCollection^ get (); } |
| JavaScript |
|---|
function get_providers(); |