BinaryLogger.ProcessedBinaryLoggerParameters.DistinctParameterSets 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.
List of distinct parameter sets that need separate logger instances.
public:
property System::Collections::Generic::IReadOnlyList<System::String ^> ^ DistinctParameterSets { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> DistinctParameterSets { get; }
member this.DistinctParameterSets : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property DistinctParameterSets As IReadOnlyList(Of String)