ForwardingLoggerRecord.ForwardingLoggerDescription Property

Definition

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

Applies to