PerformanceMeasurementArgsWriteTo Property |
Gets the verbosity level.
Namespace:
Aloe.SystemFrameworks.Domain.Core
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic PerformanceLogType WriteTo { get; }
Public ReadOnly Property WriteTo As PerformanceLogType
Get
public:
property PerformanceLogType^ WriteTo {
PerformanceLogType^ get ();
}
member WriteTo : PerformanceLogType with get
Property Value
Type:
PerformanceLogType
The verbosity level.
See Also