BinaryLogger.ProcessedBinaryLoggerParameters.AllConfigurationsIdentical 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.
If true, all parameter sets have identical configurations (only file paths differ), so a single logger can be used with file copying for additional paths.
public:
property bool AllConfigurationsIdentical { bool get(); };
public bool AllConfigurationsIdentical { get; }
member this.AllConfigurationsIdentical : bool
Public ReadOnly Property AllConfigurationsIdentical As Boolean