RequiresFeatureAttribute.RequireAny property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Controls whether any (true) or all (false, default) features in Features should be enabled to pass.

public bool RequireAny { get; set; }

See Also