Try your search with a different keyword or use * as a wildcard.
namespace Nop.Services.Vendors;
///
/// Represents default values related to vendor services
///
public static partial class NopVendorDefaults
{
///
/// Gets a generic attribute key to store vendor additional info
///
public static string VendorAttributes => "VendorAttributes";
///
/// Gets default prefix for vendor
///
public static string VendorAttributePrefix => "vendor_attribute_";
}