Class FeatureModel
Stores the parameters required by AddFeature and RemoveFeature methods.
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class FeatureModel : RequestModel
Properties
| Edit this page View SourceFeature
From 1 to 8.
Declaration
public int Feature { get; set; }
Property Value
Type | Description |
---|---|
int |
Key
The Key String, i.e. ABCDE-ABCDE-ABCDE-ABCDE.
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
Declaration
public int ProductId { get; set; }
Property Value
Type | Description |
---|---|
int |