ForwardingLoggerRecord.ForwardingLoggerDescription Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the forwarding logger description.
public:
property Microsoft::Build::Logging::LoggerDescription ^ ForwardingLoggerDescription { Microsoft::Build::Logging::LoggerDescription ^ get(); };
public Microsoft.Build.Logging.LoggerDescription ForwardingLoggerDescription { get; }
public Microsoft.Build.Logging.LoggerDescription ForwardingLoggerDescription { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ForwardingLoggerDescription : Microsoft.Build.Logging.LoggerDescription
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ForwardingLoggerDescription : Microsoft.Build.Logging.LoggerDescription
Public ReadOnly Property ForwardingLoggerDescription As LoggerDescription
Property Value
The forwarding logger description.
- Attributes