Class TerminalLicensePlans
The terminal framework license plans.
public sealed class TerminalLicensePlans
- Inheritance
-
TerminalLicensePlans
- Inherited Members
Fields
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 solo or micro license pricing plan.
public const string Micro = "urn:oneimlx:terminal:plan:micro"
Field Value
OnPremise
The on-premise license pricing plan.
public const string OnPremise = "urn:oneimlx:terminal:plan:onprem"
Field Value
SMB
The SMB license pricing plan.
public const string SMB = "urn:oneimlx:terminal:plan:smb"
Field Value
Unlimited
The unlimited license pricing plan.
public const string Unlimited = "urn:oneimlx:terminal:plan:unlimited"
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
.