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
featureNamestring
Properties
FeatureName
public string FeatureName { get; }