BinaryLogReplayEventSource.FormatVersionMismatchWarning 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.
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