Click or drag to resize

Licenselicense_is_valid Method

true if the license is valid

Namespace:  Karamba.Licenses
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool license_is_valid(
	Model model,
	out string message
)

Parameters

model
Type: Karamba.ModelsModel
model for which the license is checked
message
Type: SystemString
messag in case the license is not valid

Return Value

Type: Boolean
true if the license is valid
See Also