Click or drag to resize

ILicenseCheckerIsFeatureLicensed Method

Note: This API is now obsolete.

check if feature is licensed

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[ObsoleteAttribute("This functionality will be removed in a future version.")]
bool IsFeatureLicensed(
	string licenseFeauture
)

Parameters

licenseFeauture  String

Return Value

Boolean
true if feature is licensed
See Also