Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models;
///
/// Represents a settings model
///
public partial interface ISettingsModel
{
///
/// Gets or sets an active store scope configuration (store identifier)
///
int ActiveStoreScopeConfiguration { get; set; }
}