BinaryLogger.ProcessedBinaryLoggerParameters.AdditionalFilePaths 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.
Additional file paths to copy the binlog to (only valid when AllConfigurationsIdentical is true).
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ AdditionalFilePaths { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> AdditionalFilePaths { get; }
member this.AdditionalFilePaths : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property AdditionalFilePaths As IReadOnlyList(Of String)