ILicenseInfoPlanId Property
ID of the licensing plan or Basic if there is no suitable license.
The value is returned as specified in the license regardless of the licensing error.
This property must never be used for detection of available license features!
Use
Level for simple classification of the license
or
HasFeature(String, String) and
TryGetFeature(String, String)
for checking the status of a particular feature.
Namespace: SMath.Manager.LicensingAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
ReadOnly Property PlanId As PlanId
Get
property PlanId PlanId {
PlanId get ();
}
abstract PlanId : PlanId with get
Property Value
PlanId