C1.iOS.Core Assembly / C1.iOS.Core Namespace / LicenseManager Class / Key Property


In This Topic
Key Property
In This Topic
Sets the key that will be used to check whether the application has a valid license.
Syntax
'Declaration
 
Public Shared Property Key As String
 
'Usage
 
Dim value As String
 
LicenseManager.Key = value
 
value = LicenseManager.Key
See Also