C1.iOS.Core Assembly / C1.iOS.Core Namespace / LicenseManager.GCDTLicense Class / Id Property


In This Topic
Id Property
In This Topic
License ID
Syntax
'Declaration
 
<XmlAttributeAttribute("Id")>
Public Property Id As String
 
'Usage
 
Dim instance As LicenseManager.GCDTLicense
Dim value As String
 
instance.Id = value
 
value = instance.Id
See Also