Gets the name of the default provider that is used.
Namespace:
CuttingEdge.LoggingAssembly: CuttingEdge.Logging (in CuttingEdge.Logging.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<ConfigurationPropertyAttribute("defaultProvider")> _ Public ReadOnly Property DefaultProvider As String |
| C# |
|---|
[ConfigurationPropertyAttribute("defaultProvider")] public string DefaultProvider { get; } |
| Visual C++ |
|---|
[ConfigurationPropertyAttribute(L"defaultProvider")] public: property String^ DefaultProvider { String^ get (); } |
| JavaScript |
|---|
function get_defaultProvider(); |