File: FieldToLog.cs
Web Access
Project: src\test\Generators\Microsoft.Gen.Logging\HelperLibrary\Microsoft.Gen.Logging.HelperLibrary.csproj (Microsoft.Gen.Logging.HelperLibrary)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.Gen.Logging.Test;
 
public class FieldToLog
{
    public string? Name { get; set; }
    public string? Value { get; set; }
}