Table of Contents

Class LicensableAttribute

Namespace
Dynamicweb.CoreUI.License
Assembly
Dynamicweb.CoreUI.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class LicensableAttribute : Attribute
Inheritance
LicensableAttribute
Inherited Members

Constructors

LicensableAttribute(string)

public LicensableAttribute(string featureName)

Parameters

featureName string

Properties

FeatureName

public string FeatureName { get; }

Property Value

string
To top