Try your search with a different keyword or use * as a wildcard.
namespace Nop.Services.Installation.SampleData;
///
/// Represents a sample product attribute
///
public partial class SampleProductAttribute
{
///
/// Gets or sets the name
///
public string Name { get; set; }
}