DefaultSectionKeyAttribute class

namespace: Serenity   assemblySerenity.Net.Core

Attribute to access the default section key for an option class

[AttributeUsage(AttributeTargets.Class, Inherited = false)]
public class DefaultSectionKeyAttribute : Attribute

Public Members

name description
DefaultSectionKeyAttribute(…) Creates a new instance of the attribute
SectionKey { get; } Gets the default section key

See Also