BinaryLogReplayEventSource.FormatVersionMismatchWarning Property

Definition

After replay, contains a warning message if the binlog was produced by a newer version of MSBuild. Returns null if Replay(String) has not been called yet or if the versions match.

public:
 property System::String ^ FormatVersionMismatchWarning { System::String ^ get(); };
public string? FormatVersionMismatchWarning { get; }
member this.FormatVersionMismatchWarning : string
Public ReadOnly Property FormatVersionMismatchWarning As String

Property Value

Applies to