Enum LicenseFeatures
Defines the product premium features that license can enable.
Namespace: Nevatech.Vsb.Repository.Security.Licensing
Assembly: Nevatech.Vsb.Repository.dll
Syntax
[DataContract(Namespace = "http://schemas.nevatech.com/sentinet/2011/02")]
[Flags]
[SuppressMessage("Microsoft.Design", "CA1028:EnumStorageShouldBeInt32")]
public enum LicenseFeatures : byte
Fields
| Name | Description |
|---|---|
| DeveloperPortal | Developer Portal. |
| None | Default features are enabled. |