Class LicenseFeatureAttribute
License feature attribute.
Namespace: StockSharp.Licensing
Assembly: StockSharp.Licensing.dll
Syntax
public class LicenseFeatureAttribute : Attribute
Constructors
LicenseFeatureAttribute(String)
Initializes a new instance of the LicenseFeatureAttribute.
Declaration
public LicenseFeatureAttribute(string featureName)
Parameters
Type | Name | Description |
---|---|---|
String | featureName | License feature. |
Properties
FeatureName
License feature.
Declaration
public string FeatureName { get; }
Property Value
Type | Description |
---|---|
String |