LoggingTypeSource.SourceType Property |
Note: This API is now obsolete.
The type represented by the current LoggingTypeSource. This may be null if the log source is based on a name rather than
on a type.
Namespace: PostSharp.Patterns.Diagnostics
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.10.10.0 (6.10.10.0)
C#
[ObsoleteAttribute("Use the FullName property.")] public Type SourceType { get; }