Class TerminalLicensePlans
The terminal framework license plans.
public sealed class TerminalLicensePlans
- Inheritance
-
TerminalLicensePlans
- Inherited Members
Fields
Corporate
The corporate license pricing plan.
public const string Corporate = "urn:oneimlx:terminal:plan:corporate"
Field Value
Custom
The custom license pricing plan.
public const string Custom = "urn:oneimlx:terminal:plan:custom"
Field Value
Demo
The demo license pricing plan.
public const string Demo = "urn:oneimlx:terminal:plan:demo"
Field Value
Enterprise
The enterprise license pricing plan.
public const string Enterprise = "urn:oneimlx:terminal:plan:enterprise"
Field Value
Micro
The micro license pricing plan.
public const string Micro = "urn:oneimlx:terminal:plan:micro"
Field Value
Smb
The SMB license pricing plan.
public const string Smb = "urn:oneimlx:terminal:plan:smb"
Field Value
Solo
The solo license pricing plan.
public const string Solo = "urn:oneimlx:terminal:plan:solo"
Field Value
Methods
IsValidPlan(string)
Determines if the plan is valid for terminal
.
public static bool IsValidPlan(string plan)
Parameters
plan
string
Returns
- bool
true
if the plan is valid; otherwise,false
.