'Declaration
Public ReadOnly Property LicenseKeys As System.Collections.Generic.List(Of NLicenseKey)
'Usage
Dim instance As NLicense Dim value As System.Collections.Generic.List(Of NLicenseKey) value = instance.LicenseKeys
public System.Collections.Generic.List<NLicenseKey> LicenseKeys {get;}