Property TraceConfiguration
TraceConfiguration
Gets the UtilityTraceConfiguration returned by this named trace configuration.
Declaration
public UtilityTraceConfiguration TraceConfiguration { get; }
Property Value
| Type | Description |
|---|---|
| UtilityTraceConfiguration | The UtilityTraceConfiguration returned by this named trace configuration. |
Remarks
This UtilityTraceConfiguration defines the UtilityNamedTraceConfiguration and cannot be modified. Any change on this object will be discarded.
Use GetDefaultTraceConfiguration() method instead to return a copy of the UtilityTraceConfiguration defined for this UtilityNamedTraceConfiguration.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.11 - 100.13 |
| .NET Framework | 100.11 |
| .NET 5 | 100.11 |
| .NET Core 3.1 | 100.11 |
| Xamarin.Android | 100.11 - 100.13 |
| Xamarin.iOS | 100.11 |
| UWP | 100.11 - 100.15 |