BinaryLogger.ProcessedBinaryLoggerParameters.DuplicateFilePaths Property

Definition

List of duplicate file paths that were filtered out.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ DuplicateFilePaths { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> DuplicateFilePaths { get; }
member this.DuplicateFilePaths : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property DuplicateFilePaths As IReadOnlyList(Of String)

Property Value

Applies to