ISettingsHasLicense Method |
General license check for global, non-user specific licenses - HasLicense('SuperOffice.import')
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool HasLicense(
string license
)
Function HasLicense (
license As String
) As Boolean
Dim instance As ISettings
Dim license As String
Dim returnValue As Boolean
returnValue = instance.HasLicense(license)
bool HasLicense(
[InAttribute] String^ license
)
Parameters
- license
- Type: SystemString
Return Value
Type:
Boolean
See Also